TileMap.getCell

Returns the tile index of the given cell. If no tile exists in the cell, returns constant INVALID_CELL.

struct TileMap
@nogc nothrow const
long
getCell
(
in long x
,
in long y
)

Meta