Class AgentReceiveEventArgs
Agent argument data for ReceiveEvent events.
Assembly: Dalamud.dll
Declaration
public class AgentReceiveEventArgs : AgentArgs
Inheritance: System.Object -> Dalamud.Game.Agent.AgentArgTypes.AgentArgs
Properties
Type
Gets the type of these args.
Declaration
public override AgentArgsType Type { get; }
ReturnValue
Gets or sets the AtkValue return value for this event message.
Declaration
public nint ReturnValue { get; set; }
AtkValues
Gets or sets the AtkValue array for this event message.
Declaration
public nint AtkValues { get; set; }
ValueCount
Gets or sets the AtkValue count for this event message.
Declaration
public uint ValueCount { get; set; }
EventKind
Gets or sets the event kind for this event message.
Declaration
public ulong EventKind { get; set; }