GridMap.getCellItem

The MeshLibrary item index located at the grid-based X, Y and Z coordinates. If the cell is empty, constant INVALID_CELL_ITEM will be returned.

struct GridMap
@nogc nothrow const
long
getCellItem
(
in long x
,
in long y
,
in long z
)

Meta