WoW:API GetZoneText: Difference between revisions
Jump to navigation
Jump to search
GetZoneText -Documentation by Meog-
mNo edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
;''Result'' | ;''Result'' | ||
" | "Elwynn Forrest" | ||
---- | ---- |
Revision as of 04:28, 3 November 2005
Returns the zone text
GetZoneText();
- Arguments
- none
- Returns
- String zonetext
- zonetext
- string, contains the zone name
- Example
local zonetext = GetZoneText();
- Result
"Elwynn Forrest"
- Description
- Returns the zone text, in which the player currently is. The event "ZONE_CHANGED_NEW_AREA" is triggered, when the text changes. See also the related functions GetSubZoneText and GetMinimapZoneText.
Additional note: Blizzard also registers the event "ZONE_CHANGED_INDOORS", please edit the page, if you know, for what it is.