WoW:API GetSubZoneText: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API GetSubZoneText to WoW:API GetSubZoneText without leaving a redirect) |
||
| (2 intermediate revisions by 2 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}} | |||