WoW:API GetCurrentMapZone: Difference between revisions
Jump to navigation
Jump to search
(localization detail + reformat) |
m (Move page script moved page API GetCurrentMapZone to API GetCurrentMapZone without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{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. |
Latest revision as of 04:45, 15 August 2023
Returns the index of the zone the world map is currently showing
zoneIndex = GetCurrentMapZone();
Returns[edit]
- zoneIndex
- zoneIndex
- Number - The index of the currently displayed zone within the continent (obtained via GetMapZones(continentIndex)), or 0 if showing the entire continent.
Example[edit]
message(GetCurrentMapZone());
Result[edit]
10
Notes[edit]
- Note that the value returned represents the map display, and not necessarily the player's actual location. The SetMapToCurrentZone() function will reset the values to represent the player's location.
- Note that zone IDs returned by this function are not the same across all localizations of World of Warcraft.