IInventory.GetSelfGear method
The LOCAL player’s currently equipped gear instances with their per-piece rolled attributes, ordered by slot. Empty (never null) until the first full container sync lands. Staleness contract: the list is refreshed on full container syncs (login / map change); mid-session refines or re-rolls may be stale until the next full sync (method-22 incremental deltas are not decoded for gear). Thread-safe lock-free read, like the other getters.
public IReadOnlyList<GearInstance> GetSelfGear()See Also
Section titled “See Also”- record GearInstance
- interface IInventory
- namespace Stellar.Abstractions.Services