m
Move page script moved page API GetSubZoneText to WoW:API GetSubZoneText without leaving a redirect
(cities as well) |
m (Move page script moved page API GetSubZoneText to WoW:API GetSubZoneText without leaving a redirect) |
||
| (One intermediate revision by one other user 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}} | |||