VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
VoK.Sdk.Ddo.IEffectExpress Interface Reference

data about an Effect applied to the current character. default effect properties are parsed for you. More...

Properties

int EffectDid [get]
 Did (0x70 id) of the effect being applied. More...
 
int? EffectId [get]
 ID of the effect used for later updates. Sourced from DdoProperty.Effect_ID in the Properties list. More...
 
int? StackSize [get]
 Number of stacks of the Effect. Sourced from DdoProperty.Effect_StackSize 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...
 
int? AblativeReduction [get]
 Ablative damage reduction remaining. Sourced from DdoProperty.Effect_AblativeDamageReductionRemaining in the Properties list. More...
 
int? AblativeResistance [get]
 Ablative damage resistance remaining. Sourced from DdoProperty.Effect_AblativeDamageResistanceRemaining 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< IPropertyProperties [get]
 full property list associated with this effect. More...
 

Detailed Description

data about an Effect applied to the current character. default effect properties are parsed for you.


The documentation for this interface was generated from the following file: