Prototype/EquipmentGrid: Difference between revisions
Jump to navigation
Jump to search
(0.17) |
(Changed links going to the redirect Prototype to go to PrototypeBase.) |
||
Line 2: | Line 2: | ||
Prototype type: '''equipment-grid''' | Prototype type: '''equipment-grid''' | ||
The prototype of an equipment grid, for example the one used in a [[power armor]]. Extends [[ | The prototype of an equipment grid, for example the one used in a [[power armor]]. Extends [[PrototypeBase]]. | ||
== Mandatory properties == | == Mandatory properties == | ||
Inherits all properties from [[ | Inherits all properties from [[PrototypeBase]]. | ||
=== equipment_categories === | === equipment_categories === |
Revision as of 12:00, 16 July 2019
Basics
Prototype type: equipment-grid
The prototype of an equipment grid, for example the one used in a power armor. Extends PrototypeBase.
Mandatory properties
Inherits all properties from PrototypeBase.
equipment_categories
Type: Types/table of Types/string
An array of equipment-category names. Only equipment with this category can be inserted into the grid.
width
Type: Types/uint32
height
Type: Types/uint32
Optional properties
locked
Type: Types/bool