WoW:API GetCurrentMapZone: Difference between revisions

m
Move page script moved page API GetCurrentMapZone to WoW:API GetCurrentMapZone without leaving a redirect
(localization detail + reformat)
m (Move page script moved page API GetCurrentMapZone to WoW:API GetCurrentMapZone without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}
Returns the index of the zone the world map is currently showing
Returns the index of the zone the world map is currently showing


  zoneIndex = GetCurrentMapZone();
  zoneIndex = GetCurrentMapZone();


==Returns==
== Returns ==
:zoneIndex
:zoneIndex
:;zoneIndex : Number - The index of the currently displayed zone within the continent (obtained via [[API GetMapZones|GetMapZones(continentIndex)]]), or 0 if showing the entire continent.
:;zoneIndex : Number - The index of the currently displayed zone within the continent (obtained via [[API GetMapZones|GetMapZones(continentIndex)]]), or 0 if showing the entire continent.
Anonymous user