WoW:API BonusActionButtonDown

From AddOn Studio
Revision as of 16:34, 30 December 2005 by WoWWiki>Anticrash
Jump to navigation Jump to search
BonusActionButtonDown -Documentation by AlexanderYoshi-

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

BonusActionButtonDown(buttonID);

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

Returns
nil

Example
BonusActionButtonDown(1);
Result

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

Template:WoW API