Navigation menu

WoW:API GetBindLocation: Difference between revisions

Jump to navigation Jump to search
m
Move page script moved page API GetBindLocation to WoW:API GetBindLocation without leaving a redirect
No edit summary
 
m (Move page script moved page API GetBindLocation to WoW:API GetBindLocation without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<pre>
{{wowapi}} __NOTOC__
Example: bindLocation = GetBindLocation();


returns the String name of the subzone the "player" is bound at, e.g. "Tarren Mill", "Crossroads", or "Brill".
Finds the subzone the player's Hearthstone is set to.
</pre>
 
== Arguments ==
 
None
 
== Returns ==
 
Returns the String name of the subzone the player's Hearthstone is set to, e.g. "Tarren Mill", "Crossroads", or "Brill".
 
== Example: ==
bindLocation = GetBindLocation();
 
If the player's Hearthstone is set to the inn at Allerian Stronghold then bindLocation assigned "Allerian Stronghold".
----
Anonymous user