WoW:API SetMapByID: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API SetMapByID to API SetMapByID without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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}}

Latest revision as of 04:47, 15 August 2023

WoW API < SetMapByID

Set the worldmap zone by MapID.

SetMapByID(MapID);

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

Returns
nothing

See also