Skip to content
Version 2.11.0
↓ Get the launcher

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 ModuleInfo
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; }