WoW:API ToggleTalentFrame: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (catfix, Replaced: {{framexml → <br>{{framexml)
Line 4: Line 4:
  ToggleTalentFrame();
  ToggleTalentFrame();


Opens/closes the Talent window.
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.  





Revision as of 14:52, 18 October 2014


WoW API < ToggleTalentFrame

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


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

ToggleTalentFrame();