WoW:API BonusActionButtonUp: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__)
m (catfix, Replaced: {{framexml → <br>{{framexml)
Line 1: Line 1:
{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__
<br>{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__





Revision as of 00:43, 15 July 2008


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);