Skip to main content
Version: 14.x (API 14) [Current]

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; }