WoW:API GetNumMapOverlays: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{wowapi}}, format)
Line 1: Line 1:
<center>'''GetNumMapOverlays''' ''-Documentation by [[user:Flickering|Flickering]]-''</center>
{{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();


Returns the number of overlays on the current world map (Overlays are the areas that fill in as they're discovered)
==Parameters==
 
===Returns===
----
;''Arguments''
 
:<i>none</i>
 
----
;''Returns''
 
:numOverlays
:;numOverlays : Number - The number of overlays on the current world map.
:;numOverlays : Number - The number of overlays on the current world map.


----
==Notes==
;''Details''
Information about each overlay can be obtained by using [[API GetMapOverlayInfo|GetMapOverlayInfo(overlayIndex)]].
 
: Information about each overlay can be obtained by using [[API GetMapOverlayInfo|GetMapOverlayInfo(overlayIndex)]].
 
----
{{WoW API}}

Revision as of 22:23, 23 December 2006

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