GameboardOccupancyIndex
Defined in: packages/declarative-hex-worlds/src/gameboard/navigation.ts:97
Occupancy index used by navigation and spawn planning.
Properties
Section titled “Properties”blockingTileKeys
Section titled “blockingTileKeys”blockingTileKeys:
ReadonlySet<string>
Defined in: packages/declarative-hex-worlds/src/gameboard/navigation.ts:103
Tile keys occupied by blocking placement footprints.
byTileKey
Section titled “byTileKey”byTileKey:
ReadonlyMap<string, readonlyGameboardPlacementSpec[]>
Defined in: packages/declarative-hex-worlds/src/gameboard/navigation.ts:99
Placements grouped by occupied tile key.
occupiedTileKeys
Section titled “occupiedTileKeys”occupiedTileKeys:
ReadonlySet<string>
Defined in: packages/declarative-hex-worlds/src/gameboard/navigation.ts:101
Tile keys occupied by any placement footprint.