enclosedCoords

Same as enclosedTiles, but return coords instead of tiles

enclosedCoords
(
alias isWall
T
)
if (
is(typeof(isWall(grid.tileAt(RowCol(0, 0)))) : bool)
)

Meta