WoW API: GetNumMapOverlays
Jump to navigation
Jump to search
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).