Prototype/EquipmentGrid: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added prototype type to page)
(0.17)
Line 17: Line 17:
=== height ===
=== height ===
'''Type''': [[Types/uint32]]
'''Type''': [[Types/uint32]]
== Optional properties ==
=== locked ===
'''Type''': [[Types/bool]]

Revision as of 15:31, 5 March 2019

Basics

Prototype type: equipment-grid

The prototype of an equipment grid, for example the one used in a power armor. Extends Prototype.

Mandatory properties

Inherits all properties from Prototype.

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