Class AgentClassJobChangeArgs
Agent argument data for game events.
Assembly: Dalamud.dll
Declaration
public class AgentClassJobChangeArgs : AgentArgs
Inheritance: System.Object -> Dalamud.Game.Agent.AgentArgTypes.AgentArgs
Properties
Type
Gets the type of these args.
Declaration
public override AgentArgsType Type { get; }
ClassJobId
Gets or sets a value indicating what the new ClassJob is.
Declaration
public byte ClassJobId { get; set; }