WoW:API BonusActionButtonDown

From AddOn Studio
Revision as of 21:23, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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