WoW API: GetNumMapOverlays

From AddOn Studio
Revision as of 22:23, 23 December 2006 by WoWWiki>Starlightblunder ({{wowapi}}, format)
Jump to navigation Jump to search

WoW API < GetNumMapOverlays

Returns the number of overlays on the current world map (Overlays are the areas that fill in as they're discovered)

numOverlays = GetNumMapOverlays();

Parameters

Returns

numOverlays
Number - The number of overlays on the current world map.

Notes

Information about each overlay can be obtained by using GetMapOverlayInfo(overlayIndex).