gameboardPlacementOccupiesTile
gameboardPlacementOccupiesTile(
placement,tileKey,options?):boolean
Defined in: src/gameboard/occupancy.ts:58
Checks whether a placement footprint includes a tile key.
Parameters
Section titled “Parameters”placement
Section titled “placement”Pick<GameboardPlacementSpec, "tileKey" | "metadata">
tileKey
Section titled “tileKey”string
options?
Section titled “options?”Pick<GameboardPlacementOccupancyOptions, "includeLayoutFootprint"> = {}
Returns
Section titled “Returns”boolean