WoW:API ToggleTalentFrame: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API ToggleTalentFrame to API ToggleTalentFrame without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''ToggleTalentFrame'''</center>
<br>{{framexmlfunc|FrameXML/UIParent.lua}} __NOTOC__


Opens/closes the Talent window.


  ToggleTalentFrame();
  /run ToggleTalentFrame();


----
Opens/closes the Talent window. If used to show the Talent Frame, and if the Player then attempts to switch talents without using the appropriate key binding being pressed to open the Talent Frame the standard way then the Blizzard UI will throw a Lua error due to not being properly set up. This is caused by AddOn/Macro Taint.
;''Arguments''
 
 
== Parameters ==
=== Arguments ===


:''none''
:''none''


----
=== Returns ===
;''Returns''


:;nil
:;nil


----
;''Example''
ToggleTalentFrame();
;''Result''
----
;''Description''
: Opens/closes the Talent window.


----
== Example ==
{{WoW API}}
/run ToggleTalentFrame();

Latest revision as of 04:47, 15 August 2023


WoW API < ToggleTalentFrame

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


/run ToggleTalentFrame();

Opens/closes the Talent window. If used to show the Talent Frame, and if the Player then attempts to switch talents without using the appropriate key binding being pressed to open the Talent Frame the standard way then the Blizzard UI will throw a Lua error due to not being properly set up. This is caused by AddOn/Macro Taint.


Parameters

Arguments

none

Returns

nil


Example

/run ToggleTalentFrame();