VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
Triggers when an effect requires a UI dialog. Most common usage: Greater Teleport. More...
Properties | |
int | EffectDid [get] |
Did (0x70 id) of the effect being applied. More... | |
ulong | EffectSource [get] |
Id of the object (usually another character) triggering or casting the effect. Sourced from DdoProperty.Effect_Source in the properties list. In the event that the effect was cast from an item or scroll, it is the ID of that item/scroll. More... | |
ulong | EffectOriginator [get] |
Id of the object (usually another character) from which the effect originated. Sourced from DdoProperty.Effect_Originator in the properties list. More... | |
int | EffectSpellDid [get] |
Did (0x70 id) of the spell, if applicable. Sourced from DdoProperty.Effect_SpellDID in the Properties list. More... | |
int | EffectId [get] |
ID of the effect used for later updates. Sourced from DdoProperty.Effect_ID in the Properties list. More... | |
float? | Duration [get] |
Duration, in seconds of the Effect. -1 if the effect is permanent. Sourced from DdoProperty.Effect_Duration in the Properties list. More... | |
double? | ApplicationTimestamp [get] |
Server timestamp, in theory. Almost always 0 in practice. Sourced from DdoProperty.Effect_ApplicationTimestamp in the Properties list. More... | |
List< IProperty > | Properties [get] |
full property list associated with this effect. More... | |
Triggers when an effect requires a UI dialog. Most common usage: Greater Teleport.