Skip to content
Version 2.11.0
↓ Get the launcher

LiveLoadoutState record

The local player’s LIVE loadout identity — the class they are actually on and its currently-allocated talents, read from the game’s live containers (never from a saved loadout plan). Surfaced as LiveState; null until the live read resolves in-world.

public record LiveLoadoutState
name description
LiveLoadoutState(…) The local player’s LIVE loadout identity — the class they are actually on and its currently-allocated talents, read from the game’s live containers (never from a saved loadout plan). Surfaced as LiveState; null until the live read resolves in-world.
ProfessionId { get; set; } The live class/profession id.
TalentNodes { get; set; } The live allocated talent-tree node ids, or null if unresolved.
TalentStageId { get; set; } The live active talent-stage config id, or 0 if unresolved.