Contents
Finds the subzone the player's Hearthstone is set to.
Arguments[edit | edit source]
None
Returns[edit | edit source]
Returns the String name of the subzone the player's Hearthstone is set to, e.g. "Tarren Mill", "Crossroads", or "Brill".
Example:[edit | edit source]
bindLocation = GetBindLocation();
If the player's Hearthstone is set to the inn at Allerian Stronghold then bindLocation assigned "Allerian Stronghold".
Community content is available under CC-BY-SA unless otherwise noted.