WoW:API ActionButtonDown: Difference between revisions

m
Move page script moved page API ActionButtonDown to WoW:API ActionButtonDown without leaving a redirect
m (Styling)
m (Move page script moved page API ActionButtonDown to WoW:API ActionButtonDown without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{framexml}}
{{protectedapi|2.0|}}
__NOTOC__
{{framexmlfunc|FrameXML/ActionButton.lua}}
<center>'''ActionButtonDown''' ''-Documentation by AlexanderYoshi-''</center>


Press the specified action button.
ActionButtonDown(buttonID);


ActionButtonDown(buttonID);
Presses the specified action button.


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


===Returns===
== Returns ==
:;nil
* nil


== Description ==
Changes buttonID's state to PUSHED.


==Example==
== Example ==
  ActionButtonDown(1);
  ActionButtonDown(1);


===Result===
Result
:#Checks if BonusActionBarFrame is visible.
:#Checks if BonusActionBarFrame is visible.
:#If true -
:#If true -
Line 30: Line 29:
:##Changes ActionButton1's state to PUSHED.
:##Changes ActionButton1's state to PUSHED.


===Description===
== Notes ==
:Changes buttonID's state to PUSHED.
Works with ActionBarFrame & BonusActionBarFrame.
:NOTE: Works with ActionBarFrame & BonusActionBarFrame.
Anonymous user