Tidy Tile Mapper‎ > ‎Runtime API‎ > ‎BlockUtilities‎ > ‎

GetMapHeight

Returns the height (measured in Blocks) of the targetted BlockMap.

Definition:

GetMapLowerDepth(BlockMap map)

Return value Description
int The height of the current BlockMap measured in blocks.

Argument DataType Description
map BlockMap     The BlockMap from which to retrieve the height.

Comments