WoW:API GetNumMapOverlays

From AddOn Studio
Revision as of 05:23, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
GetNumMapOverlays -Documentation by Flickering-
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).

Template:WoW API