WoW:API GetRealZoneText
Jump to navigation
Jump to search
ZoneName = GetRealZoneText();
Returns the real name of the Zone, e.g. Loch Modan or Elwynn Forest.
- Arguments
- none
- Returns
- ZoneName
- String - Returns the real name of the Zone, e.g. Loch Modan or Elwynn Forest.
- Example
ZoneName = GetRealZoneName(); message("Zone:"..ZoneName);
- Result
- An error popup appears that could show the following text: "Zone: Loch Modan"