Beta Documentation - Subject to change.

Represents an effect that can be applied to an entity.

Methods

  NameDescription
GetCategoryGets the category of the effect.
GetDescriptionGets the description of the effect.
GetDurationGets the duration of the effect.
GetIconGets the icon for the effect.
GetIDGets a unique ID for the effect.
GetNameGets the name of the effect.
GetStartTimeGets the time the effect started.
IsCurableGets a flag indicating if the effect is a curable.
IsDebuffGets a flag indicating if the effect is a debuff.
IsDispellableGets a flag indicating if the effect is a dispellable effect.

Events

  NameDescription
CategoryChangedEvent fired when the category changes.
DescriptionChangedEvent fired when the description changes.
DurationChangedEvent fired when the duration changes.
IconChangedEvent fired when the icon changes.
IsCurableChangedEvent fired when the curable state changes.
IsDebuffChangedEvent fired when the debuff state changes.
IsDispellableChangedEvent fired when the dispellable state changes.
NameChangedEvent fired when the name changes.
StartTimeChangedEvent fired when the start time changes.