WoW:API GetNumMapOverlays: Difference between revisions
Jump to navigation
Jump to search
GetNumMapOverlays -Documentation by Flickering-
mNo edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 05:23, 4 January 2006
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).