Function GridMap.getCellItemOrientation

The orientation of the cell at the grid-based X, Y and Z coordinates. -1 is returned if the cell is empty.

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