Interface IAddonEventHandle
Interface representing the data used for managing AddonEvents.
Assembly: Dalamud.dll​
View Source​
Declaration
public interface IAddonEventHandle
Properties​
ParamKey​
Gets the param key associated with this event.
View Source​
Declaration
uint ParamKey { get; init; }
AddonName​
Gets the name of the addon that this event was attached to.
View Source​
Declaration
string AddonName { get; init; }
EventType​
Gets the event type associated with this handle.
View Source​
Declaration
AddonEventType EventType { get; init; }
EventGuid​
Gets the unique ID for this handle.
View Source​
Declaration
Guid EventGuid { get; init; }