GameboardOccupancyIndex
Defined in: src/gameboard/navigation.ts:79
Occupancy index used by navigation and spawn planning.
Properties
Section titled “Properties”blockingTileKeys
Section titled “blockingTileKeys”blockingTileKeys:
ReadonlySet<string>
Defined in: src/gameboard/navigation.ts:85
Tile keys occupied by blocking placement footprints.
byTileKey
Section titled “byTileKey”byTileKey:
ReadonlyMap<string, readonlyGameboardPlacementSpec[]>
Defined in: src/gameboard/navigation.ts:81
Placements grouped by occupied tile key.
occupiedTileKeys
Section titled “occupiedTileKeys”occupiedTileKeys:
ReadonlySet<string>
Defined in: src/gameboard/navigation.ts:83
Tile keys occupied by any placement footprint.