WoW API: BonusActionButtonUp

From AddOn Studio
Jump to navigation Jump to search

WoW API < BonusActionButtonUp

"I" iconThis function is implemented in Lua here FrameXML/BonusActionBarFrame.lua.
BonusActionButtonUp(buttonID);

Releases the specified "bonus" (pet or minion) action button.

Parameters[edit]

Arguments[edit]

  • buttonID (number) - The button ID of the bonus button to release

Returns[edit]

'none'

Example[edit]

BonusActionButtonUp(1);