WoW:API ToggleWorldMap: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API ToggleWorldMap to API ToggleWorldMap without leaving a redirect)
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  <center>'''ToggleWorldMap''' ''-Documentation by AlexanderYoshi-''</center>
{{framexmlfunc|FrameXML/WorldMapFrame.lua}}
 
  ToggleWorldMap()


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


ToggleWorldMap();
== Parameters ==
 
=== Arguments ===
----
: none
;''Arguments''
 
:''none''
 
----
;''Returns''
 
:;nil
 
----
;''Example''
ToggleWorldMap();
 
;''Result''
 
----
;''Description''


: Turns the world map on/off.
=== Returns ===
----
: none
{{Template:WoW API}}

Latest revision as of 04:47, 15 August 2023

WoW API < ToggleWorldMap

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

Turns the world map on/off.

Parameters[edit]

Arguments[edit]

none

Returns[edit]

none