WoW:API SetMapByID: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Set the worldmap zone by [[MapID]]. | Set the worldmap zone by [[MapID]]. | ||
| Line 8: | Line 7: | ||
;''Arguments'' | ;''Arguments'' | ||
:;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== | |||
*[[MapID]] | |||
*[[API GetQuestWorldMapAreaID|GetQuestWorldMapAreaID()]] | |||
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