WoW:API BonusActionButtonDown: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (catfix, Replaced: {{framexml → <br>{{framexml)
m (Move page script moved page API BonusActionButtonDown to WoW:API BonusActionButtonDown without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<br>{{framexmlfunc|FrameXML/BonusActionBarFrame.lua}} __NOTOC__
{{framexmlfunc|FrameXML/BonusActionBarFrame.lua|removed=5.0.4}}
 
 
BonusActionButtonDown(buttonID);


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


BonusActionButtonDown(buttonID)


== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
* buttonID (number) - The button ID of the bonus button to push


:;buttonID : Number - The button ID of the bonus button to push
== Example ==
 
BonusActionButtonDown(1)
=== Returns ===
 
:;nil


=== Example ===
== Notes ==
BonusActionButtonDown(1);
* Removed in patch 5.0.4.

Latest revision as of 04:45, 15 August 2023

WoW API < BonusActionButtonDown

"I" iconThis function is implemented in Lua here FrameXML/BonusActionBarFrame.lua.

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

BonusActionButtonDown(buttonID)

Parameters

Arguments

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

Example

BonusActionButtonDown(1)

Notes

  • Removed in patch 5.0.4.