WoW:API GetNumMapOverlays: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 22: Line 22:


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|GetNumMapOverlays]]
[[Category:API World Map Functions|GetNumMapOverlays]]

Revision as of 05:23, 4 January 2006

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