canStackAt
canStackAt(
world,coordinates,height,config?):boolean
Defined in: src/systems/world-rules-system.ts:27
Checks whether a world tile can support the requested elevation.
Parameters
Section titled “Parameters”World
coordinates
Section titled “coordinates”string | HexCoordinates
height
Section titled “height”number
config?
Section titled “config?”GameboardRuleConfig = {}
Returns
Section titled “Returns”boolean