GetZoneHeight
From Spheriki
Get the height of a zone.
Usage
- 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
zoneparameter is valid for any value between 0 and GetNumZones() - 1 inclusive.
See also
- GetNumZones()
- GetZoneLayer()
- GetZoneX()
- GetZoneY()
- SetZoneLayer()