WoW:API ToggleMinimap: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{framexmlfunc|FrameXML/Minimap.lua}} __NOTOC__)
m (Move page script moved page API ToggleMinimap to API ToggleMinimap without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{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();

Latest revision as of 04:47, 15 August 2023

WoW API < ToggleMinimap

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

Turns the minimap display on/off.

ToggleMinimap();

History[edit]

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