WoW:API ToggleMinimap: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API ToggleMinimap to API ToggleMinimap without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<center>'''ToggleMinimap''' ''-Documentation by AlexanderYoshi-''</center>
{{framexmlfunc|FrameXML/Minimap.lua}} __NOTOC__
 
Turns the minimap display on/off.
Turns the minimap display on/off.
ToggleMinimap();
----
;''Arguments''
:''none''
----
;''Returns''
:;nil
----
;''Example''
  ToggleMinimap();
  ToggleMinimap();


;''Result''
== History ==
 
* This function was removed in patch 3.3.2, and re-introduced in patch 3.3.3.
----
;''Description''
 
: Turns the minimap display on/off.
----
{{Template:WoW API}}

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.