GetZoneWidth

From Spheriki

Jump to: navigation, search

Get the width of a zone.


Usage

number GetZoneWidth(zone);
  • zone number, non-negative. Index of the zone to get the width of.
  • number is returned, containing the pixel width of the zone.


Notes

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


See also

Personal tools