GetZoneY
From Spheriki
Get the Y coordinate of a zone.
Usage
- zone number, non-negative. Index of the zone to get the Y value of.
- number is returned, containing the Y coordinate of the zone.
Notes
- The behaviour of this function outside of the map engine is undefined.
- The
zoneparameter is valid for any value between 0 and GetNumZones() - 1 inclusive.
See also
- GetZoneX()