WoW:API ToggleWorldMap: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API ToggleWorldMap to WoW:API ToggleWorldMap without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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)

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

Arguments

none

Returns

none