ModularItemModule
Hierarchy
- Omit<ModularItemModuleConfig, DrawData>
- ModularItemModule
Index
Properties
optionalinheritedAllowSelfSelect
Whether or not this module can be selected by the wearer
drawData
DrawImages
A boolean indicating whether or not images should be drawn within this particular module.
inheritedKey
The unique key for this module - this is used as a prefix to designate option names. Each options in the module will be named with the module's key, followed by the index of the option within the module's Options array. Keys should be alphabetical only (a-z, A-Z)
inheritedName
The name of this module - this is usually a human-readable string describing what the module represents (e.g. Straps). It is used for display text keys, and should be unique across all of the modules for the item.
Options
The list of option definitions that can be chosen within this module.
OptionType
A unique (automatically assigned) identifier of the struct type
An object describing a single module for a modular item.