WoW:API BonusActionButtonDown: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
({{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__) |
||
Line 1: | Line 1: | ||
{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__ | |||
BonusActionButtonDown(buttonID); | BonusActionButtonDown(buttonID); | ||
Presses the specified "bonus" (pet or minion) action button. | |||
== Parameters == | |||
=== Arguments === | |||
- | :;buttonID : Number - The button ID of the bonus button to push | ||
=== Returns === | |||
:;nil | :;nil | ||
=== Example === | |||
BonusActionButtonDown(1); | BonusActionButtonDown(1); | ||
Revision as of 13:38, 5 September 2006
← WoW API < BonusActionButtonDown
- This function is implemented in Lua here FrameXML/BonusActionBarFrame.lua.
BonusActionButtonDown(buttonID);
Presses the specified "bonus" (pet or minion) action button.
Parameters
Arguments
- buttonID
- Number - The button ID of the bonus button to push
Returns
- nil
Example
BonusActionButtonDown(1);