m
Move page script moved page API GetSubZoneText to WoW:API GetSubZoneText without leaving a redirect
No edit summary |
m (Move page script moved page API GetSubZoneText to WoW:API GetSubZoneText without leaving a redirect) |
||
| (7 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns the subzone name. | |||
subzone = GetSubZoneText(); | |||
Returns | == 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}} | |||
{{ | |||