WoW:API GetBindLocation: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{wowapi}} __NOTOC__
Example:  
Example:  
   bindLocation = GetBindLocation();
   bindLocation = GetBindLocation();
Line 5: Line 6:


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

Revision as of 22:35, 11 November 2006

WoW API < GetBindLocation

Example:

 bindLocation = GetBindLocation();

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