WoW:API GetBindLocation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
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". | |||
---- | ---- | ||
{{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".