WoW:API BonusActionButtonUp: Difference between revisions

m
Move page script moved page API BonusActionButtonUp to WoW:API BonusActionButtonUp without leaving a redirect
({{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__)
m (Move page script moved page API BonusActionButtonUp to WoW:API BonusActionButtonUp without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__
{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}}
 


  BonusActionButtonUp(buttonID);
  BonusActionButtonUp(buttonID);


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


== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
 
* buttonID (number) - The button ID of the bonus button to release
:;buttonID : Number - The button ID of the bonus button to release


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


=== Example ===
=== Example ===
  BonusActionButtonUp(1);
  BonusActionButtonUp(1);
Anonymous user