WoW:API BonusActionButtonDown: Difference between revisions

m
no edit summary
m (catfix, Replaced: {{framexml → <br>{{framexml)
mNo edit summary
Line 1: Line 1:
<br>{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__
{{framexmlfunc|FrameXML/BonusActionBarFrame.lua|removed=5.0.4}}
 
 
BonusActionButtonDown(buttonID);


Presses the specified "bonus" (pet or minion) action button.
Presses the specified "bonus" (pet or minion) action button.


BonusActionButtonDown(buttonID)


== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
* buttonID (number) - The button ID of the bonus button to push


:;buttonID : Number - The button ID of the bonus button to push
== Example ==
 
BonusActionButtonDown(1)
=== Returns ===
 
:;nil


=== Example ===
== Notes ==
BonusActionButtonDown(1);
* Removed in patch 5.0.4.