WoW:API GetBindLocation: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<pre>
Example:  
Example: bindLocation = GetBindLocation();
  bindLocation = GetBindLocation();


returns the String name of the subzone the "player" is bound at, e.g. "Tarren Mill", "Crossroads", or "Brill".
Returns the String name of the subzone the "player" is bound at, e.g. "Tarren Mill", "Crossroads", or "Brill".
</pre>


----
----
{{WoW API}}
{{WoW API}}

Revision as of 20:10, 29 January 2006

Example:

 bindLocation = GetBindLocation();

Returns the String name of the subzone the "player" is bound at, e.g. "Tarren Mill", "Crossroads", or "Brill".


Template:WoW API