WoW:API BonusActionButtonUp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API BonusActionButtonUp to WoW:API BonusActionButtonUp without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} | |||
BonusActionButtonUp(buttonID); | 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); | BonusActionButtonUp(1); | ||
Latest revision as of 04:45, 15 August 2023
← 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);