WoW:API BonusActionButtonUp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
({{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__) |
||
| Line 1: | Line 1: | ||
{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__ | |||
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 === | |||
:;nil | :;nil | ||
=== Example === | |||
BonusActionButtonUp(1); | BonusActionButtonUp(1); | ||
Revision as of 13:39, 5 September 2006
← 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
- nil
Example
BonusActionButtonUp(1);