WoW:API BonusActionButtonDown: Difference between revisions
Jump to navigation
Jump to search
BonusActionButtonDown -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
Line 30: | Line 30: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|BonusActionButtonDown]] | |||
[[Category:API Action Functions|BonusActionButtonDown]] |
Revision as of 13:15, 27 August 2005
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.