ModuleInfo record
A single module item from the player’s inventory. UUID is the unique instance key the game’s equip RPC consumes; ConfigId is the table-row key for ModTableMgr (look up via a future IGameDataInventory.GetMod).
public record ModuleInfoPublic Members
Section titled “Public Members”| name | description |
|---|---|
| ModuleInfo(…) | A single module item from the player’s inventory. UUID is the unique instance key the game’s equip RPC consumes; ConfigId is the table-row key for ModTableMgr (look up via a future IGameDataInventory.GetMod). |
| Category { get; set; } | |
| ConfigId { get; set; } | |
| Name { get; set; } | |
| Parts { get; set; } | |
| Quality { get; set; } | |
| Uuid { get; set; } |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.Inventory