WoW:API GetSubZoneText: Difference between revisions
Jump to navigation
Jump to search
m ({{wowapi}}, formatting) |
m (Move page script moved page API GetSubZoneText to API GetSubZoneText without leaving a redirect) |
||
| (6 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Returns the subzone name. | Returns the subzone name. | ||
subzone = GetSubZoneText(); | |||
== Returns == | |||
;subzone : String - subzone name or an empty string (if not in a subzone). | |||
== Related events == | |||
One or more of the following fire when the player enters a new zone: | |||
* {{api|t=e|ZONE_CHANGED}} | |||
* {{api|t=e|ZONE_CHANGED_INDOORS}} | |||
* {{api|t=e|ZONE_CHANGED_NEW_AREA}} | |||
== See also == | |||
* {{api|GetZoneText}} | |||
* {{api|GetMinimapZoneText}} | |||