Prototype/EquipmentGrid

From Official Factorio Wiki
Revision as of 20:45, 27 July 2019 by Bilka (talk | contribs) (words)
Jump to navigation Jump to search

Prototype definitions » PrototypeBase » Prototype/EquipmentGrid


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 Prototype/EquipmentCategory names. Only Prototype/Equipment with at least one of these categories can be inserted into the grid.

width

Type: Types/uint32

height

Type: Types/uint32

Optional properties

locked

Type: Types/bool