Prototype of an equipment grid.
name :: string [R] | Name of this prototype. |
order :: string [R] | Order string of this prototype. |
localised_name :: LocalisedString [R] | |
localised_description :: LocalisedString [R] | |
equipment_categories :: array[string] [R] | Equipment category names for the categories that may be inserted into this equipment grid. |
width :: uint [R] | |
height :: uint [R] | |
locked :: boolean [R] | If the player can move equipment into or out of this grid. |
valid :: boolean [R] | Is this object valid? |
object_name :: string [R] | The class name of this object. |
help() → string | All methods and properties that this object supports. |
Name of this prototype.
Order string of this prototype.
Equipment category names for the categories that may be inserted into this equipment grid. The grid will accept any equipment that has at least one category in this list.
If the player can move equipment into or out of this grid.