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