WoW:API ToggleMinimap: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (catfix, Replaced: {{framexml → <br>{{framexml)
(3.3.3 re-adds this)
Line 1: Line 1:
<br>{{framexmlfunc|FrameXML/Minimap.lua}} __NOTOC__
{{framexmlfunc|FrameXML/Minimap.lua}} __NOTOC__
 
Turns the minimap display on/off.
 
  ToggleMinimap();
  ToggleMinimap();


Turns the minimap display on/off.
== History ==
 
* This function was removed in patch 3.3.2, and re-introduced in patch 3.3.3.
 
== Parameters==
=== Arguments ===
 
:''none''
 
=== Returns ===
 
:;nil
 
 
== Example ==
ToggleMinimap();

Revision as of 12:57, 24 March 2010

WoW API < ToggleMinimap

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

Turns the minimap display on/off.

ToggleMinimap();

History

  • This function was removed in patch 3.3.2, and re-introduced in patch 3.3.3.