WoW:API BonusActionButtonUp: Difference between revisions
Jump to navigation
Jump to search
BonusActionButtonUp -Documentation by AlexanderYoshi-
mNo edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
Revision as of 16:35, 30 December 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.