GetZoneY

From Spheriki

Jump to: navigation, search

Get the Y coordinate of a zone.


Usage

number GetZoneY(zone);
  • 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 zone parameter is valid for any value between 0 and GetNumZones() - 1 inclusive.

See also

Personal tools