Skip to content

GameboardPlacementOccupancyRecord

Defined in: src/interop/interop.ts:118

Relation payload connecting a placement to every occupied footprint tile.

blocksMovement: boolean

Defined in: src/interop/interop.ts:130

Whether this occupancy blocks movement.


coordinates: HexCoordinates

Defined in: src/interop/interop.ts:124

Occupied tile coordinates.


footprintIndex: number

Defined in: src/interop/interop.ts:128

Zero-based footprint index.


occupancyGroup: string

Defined in: src/interop/interop.ts:132

Occupancy group used to allow compatible colocation.


originTileKey: string

Defined in: src/interop/interop.ts:126

Origin tile key for the placement.


placementId: string

Defined in: src/interop/interop.ts:120

Placement id.


tileKey: string

Defined in: src/interop/interop.ts:122

Occupied tile key.