EquippedSet record
Currently equipped module UUIDs keyed by 1-based slot index. The game uses 1..ModSlotMaxCount (see lua/ui/model/mod_define.lua; 4 before patch 3.7, 5 since). Empty slots are ABSENT from the dictionary — callers should check ModuleUuidsBySlot.ContainsKey(slot) rather than expect a nullable value.
public record EquippedSetPublic Members
Section titled “Public Members”| name | description |
|---|---|
| EquippedSet(…) | Currently equipped module UUIDs keyed by 1-based slot index. The game uses 1..ModSlotMaxCount (see lua/ui/model/mod_define.lua; 4 before patch 3.7, 5 since). Empty slots are ABSENT from the dictionary — callers should check ModuleUuidsBySlot.ContainsKey(slot) rather than expect a nullable value. |
| ModuleUuidsBySlot { get; set; } |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.Inventory