Function 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.

long getCellItem (
  const(long) x,
  const(long) y,
  const(long) z
) nothrow @nogc const;