WoW API: BonusActionButtonUp
← WoW API < BonusActionButtonUp
This function is implemented in Lua here FrameXML/BonusActionBarFrame.lua.
BonusActionButtonUp(buttonID);
Releases the specified "bonus" (pet or minion) action button.
Parameters
Arguments
- buttonID (number) - The button ID of the bonus button to release
Returns
- 'none'
Example
BonusActionButtonUp(1);