Class AgentGameEventArgs
Agent argument data for game events.
Assembly: Dalamud.dll
Declaration
public class AgentGameEventArgs : AgentArgs
Inheritance: System.Object -> Dalamud.Game.Agent.AgentArgTypes.AgentArgs
Properties
Type
Gets the type of these args.
Declaration
public override AgentArgsType Type { get; }
GameEvent
Gets or sets a value representing which gameEvent was triggered.
Declaration
public int GameEvent { get; set; }