WoW:API GetNumMapOverlays: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{wowapi}}, format)
m (Move page script moved page API GetNumMapOverlays to API GetNumMapOverlays without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

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[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).