WoW:API BonusActionButtonUp: Difference between revisions

m
Move page script moved page API BonusActionButtonUp to WoW:API BonusActionButtonUp without leaving a redirect
No edit summary
m (Move page script moved page API BonusActionButtonUp to WoW:API BonusActionButtonUp without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''BonusActionButtonUp''' ''-Documentation by AlexanderYoshi-''</center>
{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}}
 
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 ==
;''Returns''
=== Arguments ===
* buttonID (number) - The button ID of the bonus button to release


:;nil
=== Returns ===
:'none'


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