GetMinimapZoneText

From Warcraft Wiki
Jump to navigation Jump to search

Returns the zone text that is displayed over the minimap.

zone = GetMinimapZoneText()

Returns

zone
string - name of the (sub-)zone currently shown above the minimap, e.g. "Trade District".

Details

Example

Returns the zone name displayed above the minimap

/run print("Minimap Zone Text: " .. GetMinimapZoneText())

See also