WoW:API GetCurrentMapZone
Jump to navigation
Jump to search
Returns the number of the zone the world map is currently showing
GetCurrentMapZone();
- Arguments
- none
- Returns
- Number zone
- zone
- 0, if showing one of the continent overviews
positive number, if showing a zone map. The zones are numbered alphabetically from 1 for each continent.
- Example
local zone = GetCurrentMapZone();
- Result
10
- Description
- Returns the number of the zone the world map is currently showing