Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
m (Recategorized)
mNo edit summary
Line 24: Line 24:
 
----
 
----
 
{{Template:WoW API}}
 
{{Template:WoW API}}
  +
[[Category:API Functions|SetMapToCurrentZone]]
 
[[Category:API World Map Functions|SetMapToCurrentZone]]
 
[[Category:API World Map Functions|SetMapToCurrentZone]]

Revision as of 19:16, 29 August 2005

SetMapToCurrentZone -Documentation by Meog-

Sets the current world map continent and zone to be the zone the player is currently in.

SetMapToCurrentZone()

Arguments
none

Example
SetMapToCurrentZone();
Result
World map zoom changes (if necessary)

Details
Important note: This function seems to have a bug after "reloadui". Then it only sets the zoom to the continent the player is on and not to the zone until the zone changes at least once.

Template:WoW API