WoW:API BonusActionButtonUp: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
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}}

Revision as of 13:39, 5 September 2006

WoW API < BonusActionButtonUp

"I" iconThis function is implemented in Lua here FrameXML/BonusActionBarFrame.lua.


BonusActionButtonUp(buttonID);

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


Parameters

Arguments

buttonID
Number - The button ID of the bonus button to release

Returns

nil

Example

BonusActionButtonUp(1);