ModularItemModule
Hierarchy
- Omit<ModularItemModuleConfig, DrawData>
- ModularItemModule
Index
Properties
optionalAllowSelfSelect
Whether or not this module can be selected by the wearer
DrawImages
A boolean indicating whether or not images should be drawn within this particular module.
Key
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)
Name
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.
OptionType
A unique (automatically assigned) identifier of the struct type
Options
The list of option definitions that can be chosen within this module.
An object describing a single module for a modular item.