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 LiveLoadoutStatePublic Members
Section titled “Public Members”| 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. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.Loadout