WoW:API BonusActionButtonUp: Difference between revisions

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


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


  BonusActionButtonUp(buttonID);
  BonusActionButtonUp(buttonID);


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


:(Number buttonID)


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


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


:;nil
:;nil


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