GameboardPlacementOccupancyRecord
Defined in: src/interop/interop.ts:118
Relation payload connecting a placement to every occupied footprint tile.
Properties
Section titled “Properties”blocksMovement
Section titled “blocksMovement”blocksMovement:
boolean
Defined in: src/interop/interop.ts:130
Whether this occupancy blocks movement.
coordinates
Section titled “coordinates”coordinates:
HexCoordinates
Defined in: src/interop/interop.ts:124
Occupied tile coordinates.
footprintIndex
Section titled “footprintIndex”footprintIndex:
number
Defined in: src/interop/interop.ts:128
Zero-based footprint index.
occupancyGroup
Section titled “occupancyGroup”occupancyGroup:
string
Defined in: src/interop/interop.ts:132
Occupancy group used to allow compatible colocation.
originTileKey
Section titled “originTileKey”originTileKey:
string
Defined in: src/interop/interop.ts:126
Origin tile key for the placement.
placementId
Section titled “placementId”placementId:
string
Defined in: src/interop/interop.ts:120
Placement id.
tileKey
Section titled “tileKey”tileKey:
string
Defined in: src/interop/interop.ts:122
Occupied tile key.