canStackInPlan
canStackInPlan(
plan,coordinates,height,config?):boolean
Defined in: src/rules/validation.ts:109
Checks whether a tile in a plan can support the requested elevation.
Parameters
Section titled “Parameters”coordinates
Section titled “coordinates”string | HexCoordinates
height
Section titled “height”number
config?
Section titled “config?”GameboardPlanValidationConfig = {}
Returns
Section titled “Returns”boolean