WoW API: GetNumMapOverlays

Revision as of 04:46, 15 August 2023 by Move page script (talk) (Move page script moved page API GetNumMapOverlays to API GetNumMapOverlays without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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