WoW:API GetBindLocation: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 4: Line 4:
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>
</pre>
[[Category:API Functions|GetBindLocation]]
[[Category:API Character Functions|GetBindLocation]]
[[Category:API Location Functions|GetBindLocation]]

Revision as of 18:54, 27 August 2005

Example: bindLocation = GetBindLocation();

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