Class AgentLevelChangeArgs
Agent argument data for game events.
Assembly: Dalamud.dll
Declaration
public class AgentLevelChangeArgs : 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 which ClassJob was switched to.
Declaration
public byte ClassJobId { get; set; }
Level
Gets or sets a value indicating what the new level is.
Declaration
public ushort Level { get; set; }