WoW:API ToggleWorldMap: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 25: Line 25:


: Turns the world map on/off.
: Turns the world map on/off.
----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|ToggleWorldMap]]
[[Category:API Toggle Functions|ToggleWorldMap]]
[[Category:API World Map Functions|ToggleWorldMap]]

Revision as of 05:28, 4 January 2006

ToggleWorldMap -Documentation by AlexanderYoshi-

Turns the world map on/off.

ToggleWorldMap();

Arguments
none

Returns
nil

Example
ToggleWorldMap();
Result

Description
Turns the world map on/off.

Template:WoW API