GridMap.getCellItemOrientation

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

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

Meta