m
{{wowapi}}, formatting / grammar
mNo edit summary |
m ({{wowapi}}, formatting / grammar) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns the zone text. | |||
Returns the zone text | |||
GetZoneText(); | GetZoneText(); | ||
| Line 13: | Line 12: | ||
;''Returns'' | ;''Returns'' | ||
: | : | ||
:;zonetext : | :;zonetext : String - zone name (localized). | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
local zonetext = GetZoneText(); | local zonetext = GetZoneText(); | ||
message(zonetext); | |||
;''Result'' | ;''Result'' | ||
: Message box appears displaying your current zone. | |||
---- | ---- | ||
;''Description'' | ;''Description'' | ||
: Returns the zone text, in which the player currently is. The event | : 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 [[API_GetSubZoneText|GetSubZoneText]] and [[API_GetMinimapZoneText|GetMinimapZoneText]]. | ||
: Additional note: Blizzard also registers the event '''ZONE_CHANGED_INDOORS'''. If you know what this event is used for, please edit this page. | |||