API GetNumMapOverlays
Talk0
98,473pages on
this wiki
this wiki
Revision as of 22:23, December 23, 2006 by Starlightblunder (Talk | contribs)
Returns the number of overlays on the current world map (Overlays are the areas that fill in as they're discovered)
numOverlays = GetNumMapOverlays();
Parameters
Edit
Returns
Edit
- numOverlays
- Number - The number of overlays on the current world map.
Notes
Edit
Information about each overlay can be obtained by using GetMapOverlayInfo(overlayIndex).