WoW:API GetSubZoneText

From AddOn Studio
Revision as of 22:51, 20 November 2004 by WoWWiki>Meog
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetSubZoneText -Documentation by Meog-

Returns the subzone text

GetSubZoneText();

Arguments
none

Returns
String subzone
subzone
string, contains the subzone name, is empty (not nil) when player is not in a subzone

Example
local subzone = GetSubZoneText();

Result
"Goldshire"

Description
Returns the subzone text, if the player is a subzone. The event "ZONE_CHANGED" is triggered, when the text changes. See also the related functions GetMinimapZoneText and GetZoneText.

Additional note: Blizzard also registers the event "ZONE_CHANGED_INDOORS", please edit the page, if you know, for what it is.


Template:WoW API