Skip to main content

Class AddonEventData

Object representing data that is relevant in handling native events.

Assembly: Dalamud.dll
View Source
Declaration
public class AddonEventData

Properties

AtkEventType

Gets the AtkEventType for this event.

View Source
Declaration
public AddonEventType AtkEventType { get; }

Param

Gets the param field for this event.

View Source
Declaration
public uint Param { get; }

AtkEventPointer

Gets the pointer to the AtkEvent object for this event.

View Source
Declaration
public nint AtkEventPointer { get; }

AtkEventDataPointer

Gets the pointer to the AtkEventData object for this event.

View Source
Declaration
public nint AtkEventDataPointer { get; }

AddonPointer

Gets the pointer to the AtkUnitBase that is handling this event.

View Source
Declaration
public nint AddonPointer { get; }

NodeTargetPointer

Gets the pointer to the AtkResNode that triggered this event.

View Source
Declaration
public nint NodeTargetPointer { get; }