m
Move page script moved page API ToggleTalentFrame to WoW:API ToggleTalentFrame without leaving a redirect
m (→Parameters) |
m (Move page script moved page API ToggleTalentFrame to WoW:API ToggleTalentFrame without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 2: | Line 2: | ||
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. | 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. | ||
| Line 18: | Line 18: | ||
== Example == | == Example == | ||
ToggleTalentFrame(); | /run ToggleTalentFrame(); | ||