WoW:API SetMapByID: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Set the worldmap zone by mapid. SetMapByID(MapID); ---- ;''Arguments'' :(MapID) :;MapID: Number - Which can be get by [[API GetQuestWorldMapAreaID|GetQuestWorldMapA...') |
m (Move page script moved page API SetMapByID to API SetMapByID without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Set the worldmap zone by | Set the worldmap zone by [[MapID]]. | ||
SetMapByID(MapID); | SetMapByID(MapID); | ||
---- | ---- | ||
;''Arguments'' | ;''Arguments'' | ||
:;MapID: Number - Which can be get by [[API GetQuestWorldMapAreaID|GetQuestWorldMapAreaID()]]. | :;MapID: Number - Which can be get by [[API GetQuestWorldMapAreaID|GetQuestWorldMapAreaID()]]. | ||
| Line 15: | Line 14: | ||
:nothing | :nothing | ||
==See also== | |||
*[[MapID]] | |||
*[[API GetQuestWorldMapAreaID|GetQuestWorldMapAreaID()]] | |||
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