WoW:API GetRealZoneText

From AddOn Studio
Revision as of 19:19, 2 January 2005 by WoWWiki>Flickering (Put back category)
Jump to navigation Jump to search
GetRealZoneText
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"

Template:WoW API