Struct StatusEffect
Native memory representation of a FFXIV status effect.
Assembly: Dalamud.dll
View Source
Declaration
public struct StatusEffect
Fields
EffectId
The effect ID.
View Source
Declaration
public short EffectId
StackCount
How many stacks are present.
View Source
Declaration
public byte StackCount
Param
Additional parameters.
View Source
Declaration
public byte Param
Duration
The duration remaining.
View Source
Declaration
public float Duration
OwnerId
The ID of the actor that caused this effect.
View Source
Declaration
public int OwnerId