WoW:API BonusActionButtonDown: Difference between revisions

{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__
No edit summary
({{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__)
Line 1: Line 1:
<center>'''BonusActionButtonDown''' ''-Documentation by AlexanderYoshi-''</center>
{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__


Press the specified bonus(pet or minion) action button.


  BonusActionButtonDown(buttonID);
  BonusActionButtonDown(buttonID);


----
Presses the specified "bonus" (pet or minion) action button.
;''Arguments''


:(Number buttonID)


:;buttonID : The button ID of the bonus button to push
== Parameters ==
=== Arguments ===


----
:;buttonID : Number - The button ID of the bonus button to push
;''Returns''
 
=== Returns ===


:;nil
:;nil


----
=== Example ===
;''Example''
  BonusActionButtonDown(1);
  BonusActionButtonDown(1);
;''Result''
----
;''Description''
: Press the specified bonus(pet or minion) action button.
----
{{Template:WoW API}}
Anonymous user