WoW:API GetBindLocation: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 5: Line 5:
</pre>
</pre>


[[Category:API Functions|GetBindLocation]]
----
[[Category:API Character Functions|GetBindLocation]]
{{WoW API}}
[[Category:API Location Functions|GetBindLocation]]

Revision as of 04:50, 4 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