WoW:API ToggleWorldMap: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{framexmlfunc|FrameXML/WorldMapFrame.lua}} __NOTOC__)
Line 1: Line 1:
  <center>'''ToggleWorldMap''' ''-Documentation by AlexanderYoshi-''</center>
{{framexmlfunc|FrameXML/WorldMapFrame.lua}} __NOTOC__
 
 
  ToggleWorldMap();


Turns the world map on/off.
Turns the world map on/off.


ToggleWorldMap();


----
== Parameters ==
;''Arguments''
=== Arguments ===


:''none''
:''none''


----
=== Returns ===
;''Returns''


:;nil
:;nil


----
 
;''Example''
== Example ==
  ToggleWorldMap();
  ToggleWorldMap();
;''Result''
----
;''Description''
: Turns the world map on/off.
----
{{WoW API}}

Revision as of 14:17, 5 September 2006

WoW API < ToggleWorldMap

"I" iconThis function is implemented in Lua here FrameXML/WorldMapFrame.lua.


ToggleWorldMap();

Turns the world map on/off.


Parameters

Arguments

none

Returns

nil


Example

ToggleWorldMap();