WoW:API GetNumMapOverlays: Difference between revisions
Jump to navigation
Jump to search
GetNumMapOverlays -Documentation by Flickering-
(First version for this function) |
mNo edit summary |
||
Line 23: | Line 23: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|GetNumMapOverlays]] | |||
[[Category:API World Map Functions|GetNumMapOverlays]] | [[Category:API World Map Functions|GetNumMapOverlays]] |
Revision as of 19:15, 29 August 2005
numOverlays = GetNumMapOverlays();
Returns the number of overlays on the current world map (Overlays are the areas that fill in as they're discovered)
- Arguments
- none
- Returns
- numOverlays
- numOverlays
- Number - The number of overlays on the current world map.
- Details
- Information about each overlay can be obtained by using GetMapOverlayInfo(overlayIndex).