WoW:API ToggleWorldMap: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{framexmlfunc|FrameXML/WorldMapFrame.lua}}
{{framexmlfunc|FrameXML/WorldMapFrame.lua}}


  ToggleFrame(worldMapFrame)
  ToggleWorldMap()


Turns the world map on/off.
Turns the world map on/off.
Line 7: Line 7:
== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
:''none''
: none


=== Returns ===
=== Returns ===
:;nil
: none
 
== Example ==
ToggleFrame(worldMapFrame)

Revision as of 01:26, 11 February 2021

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

none