Skip to main content

Class AddonReceiveEventArgs

Addon argument data for ReceiveEvent events.

Assembly: Dalamud.dll
View Source
Declaration
public class AddonReceiveEventArgs : AddonArgs, ICloneable

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

Implements:
System.ICloneable

Properties

Type

Gets the type of these args.

View Source
Declaration
public override AddonArgsType Type { get; }

AtkEventType

Gets or sets the AtkEventType for this event message.

View Source
Declaration
public byte AtkEventType { get; set; }

EventParam

Gets or sets the event id for this event message.

View Source
Declaration
public int EventParam { get; set; }

AtkEvent

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

View Source
Declaration
public nint AtkEvent { get; set; }

Data

Gets or sets the pointer to a block of data for this event message.

View Source
Declaration
public nint Data { get; set; }

Methods

Clone()

Creates a new object that is a copy of the current instance.

View Source
Declaration
public AddonReceiveEventArgs Clone()
Returns

Dalamud.Game.Addon.Lifecycle.AddonArgTypes.AddonReceiveEventArgs: A new object that is a copy of this instance.

Implements

  • System.ICloneable