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.
ParametersEdit
ArgumentsEdit
- buttonID (number) - The button ID of the bonus button to release
ReturnsEdit
- 'none'
ExampleEdit
BonusActionButtonUp(1);