m
Move page script moved page API ActionButtonDown to WoW:API ActionButtonDown without leaving a redirect
({{framexmlfunc|FrameXML/ActionButton.lua}}) |
m (Move page script moved page API ActionButtonDown to WoW:API ActionButtonDown without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{framexmlfunc|FrameXML/ActionButton.lua}} | {{protectedapi|2.0|}} | ||
{{framexmlfunc|FrameXML/ActionButton.lua}} | |||
ActionButtonDown(buttonID); | ActionButtonDown(buttonID); | ||
| Line 6: | Line 6: | ||
Presses the specified action button. | Presses the specified action button. | ||
== Parameters == | |||
* buttonID (number) - The button ID of the button to push | |||
== Returns == | |||
* nil | |||
== Description == | |||
Changes buttonID's state to PUSHED. | |||
==Example== | == Example == | ||
ActionButtonDown(1); | ActionButtonDown(1); | ||
Result | |||
:#Checks if BonusActionBarFrame is visible. | :#Checks if BonusActionBarFrame is visible. | ||
:#If true - | :#If true - | ||
| Line 30: | Line 29: | ||
:##Changes ActionButton1's state to PUSHED. | :##Changes ActionButton1's state to PUSHED. | ||
== | == Notes == | ||
Works with ActionBarFrame & BonusActionBarFrame. | |||