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