GetZoneHeight

From Spheriki

Jump to: navigation, search

Get the height of a zone.


Usage

number GetZoneHeight(zone);
  • zone number, non-negative. Index of the zone to get the height of.
  • number is returned, containing the height of the zone in pixels.


Notes

  • Running this function outside of the map engine has undefined behaviour.
  • The zone parameter is valid for any value between 0 and GetNumZones() - 1 inclusive.


See also

Personal tools