WoW:API SetMapByID: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{outdated|Needs {{mists-inline}} Mists of Pandaria update.}}
{{wowapi}}
{{wowapi}}
Set the worldmap zone by [[MapID]].
Set the worldmap zone by [[MapID]].
Line 8: Line 7:
;''Arguments''
;''Arguments''


:(MapID)
:;MapID: Number - Which can be get by [[API GetQuestWorldMapAreaID|GetQuestWorldMapAreaID()]].  
:;MapID: Number - Which can be get by [[API GetQuestWorldMapAreaID|GetQuestWorldMapAreaID()]].  


Line 16: Line 14:
:nothing
:nothing


----
==See also==
;''List of [[MapID]]'s''
*[[MapID]]
__NOTOC__
*[[API GetQuestWorldMapAreaID|GetQuestWorldMapAreaID()]]
{{:MapID}}

Revision as of 23:14, 15 June 2013

WoW API < SetMapByID

Set the worldmap zone by MapID.

SetMapByID(MapID);

Arguments
MapID
Number - Which can be get by GetQuestWorldMapAreaID().

Returns
nothing

See also