Home

EquipmentPosition

Position inside an equipment grid. This uses the same format as MapPosition, meaning it can be specified either with or without explicit keys.

Type

{ x: int32, y: int32 } | Tuple<int32, int32>