WoW:API GetNumMapOverlays: Difference between revisions
Jump to navigation
Jump to search
(First version for this function) |
m (Move page script moved page API GetNumMapOverlays to API GetNumMapOverlays without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Returns the number of overlays on the current world map (Overlays are the areas that fill in as they're discovered) | |||
numOverlays = GetNumMapOverlays(); | numOverlays = GetNumMapOverlays(); | ||
==Parameters== | |||
===Returns=== | |||
:;numOverlays : Number - The number of overlays on the current world map. | :;numOverlays : Number - The number of overlays on the current world map. | ||
==Notes== | |||
Information about each overlay can be obtained by using [[API GetMapOverlayInfo|GetMapOverlayInfo(overlayIndex)]]. | |||
Latest revision as of 04:46, 15 August 2023
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).