Table of Contents

Class EffectProvider

Namespace
SharpPluginLoader.Core.Resources
Assembly
SharpPluginLoader.Core.dll

Represents an instance of the rEffectProvider class.

public class EffectProvider : Resource
Inheritance
EffectProvider
Inherited Members

Constructors

EffectProvider()

public EffectProvider()

EffectProvider(nint)

public EffectProvider(nint instance)

Parameters

instance nint

Methods

GetEffect(uint, uint)

Gets an effect by its group and id which can be passed to CreateEffect(MtObject).

public MtObject? GetEffect(uint group, uint id)

Parameters

group uint

The group the effect is in

id uint

The id of the effect

Returns

MtObject

The effect or null