Returns the width (in Blocks) of the targetted BlockMap.
Definition:
int GetMapWidth(BlockMap map)
Return value |
Description |
int |
The width of the targetted BlockMap - measured in Blocks. |
Argument |
DataType |
Description |
map |
BlockMap |
The BlockMap from which to retrieve the width. |
|
|