WoW:API BonusActionButtonUp

From AddOn Studio
Revision as of 13:15, 27 August 2005 by WoWWiki>Inglais
Jump to navigation Jump to search
BonusActionButtonUp -Documentation by AlexanderYoshi-

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

BonusActionButtonUp(buttonID);

Arguments
(Number buttonID)
buttonID
The button ID of the bonus button to release

Returns
nil

Example
BonusActionButtonUp(1);
Result

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

Template:WoW API