Skip to main content

Class AddonReceiveEventArgs

Addon argument data for ReceiveEvent events.

Assembly: Dalamud.dll
Declaration
public class AddonReceiveEventArgs : AddonArgs

Inheritance: System.Object -> Dalamud.Game.Addon.Lifecycle.AddonArgTypes.AddonArgs

Properties

Type

Gets the type of these args.

Declaration
public override AddonArgsType Type { get; }

AtkEventType

Gets or sets the AtkEventType for this event message.

Declaration
public byte AtkEventType { get; set; }

EventParam

Gets or sets the event id for this event message.

Declaration
public int EventParam { get; set; }

AtkEvent

Gets or sets the pointer to an AtkEvent for this event message.

Declaration
public nint AtkEvent { get; set; }

AtkEventData

Gets or sets the pointer to an AtkEventData for this event message.

Declaration
public nint AtkEventData { get; set; }