WoW:API ActionButtonDown: Difference between revisions
Jump to navigation
Jump to search
ActionButtonDown -Documentation by AlexanderYoshi-
({{framexml}}) |
m (Styling) |
||
Line 1: | Line 1: | ||
{{framexml}} | {{framexml}} | ||
__NOTOC__ | |||
<center>'''ActionButtonDown''' ''-Documentation by AlexanderYoshi-''</center> | <center>'''ActionButtonDown''' ''-Documentation by AlexanderYoshi-''</center> | ||
Line 7: | Line 7: | ||
ActionButtonDown(buttonID); | ActionButtonDown(buttonID); | ||
==Parameters== | |||
===Arguments=== | |||
:(Number buttonID) | :(Number buttonID) | ||
:;buttonID : The button ID of the button to push | :;buttonID : The button ID of the button to push | ||
===Returns=== | |||
; | :;nil | ||
==Example== | |||
ActionButtonDown(1); | ActionButtonDown(1); | ||
===Result=== | |||
:#Checks if BonusActionBarFrame is visible. | :#Checks if BonusActionBarFrame is visible. | ||
:#If true - | :#If true - | ||
Line 34: | Line 30: | ||
:##Changes ActionButton1's state to PUSHED. | :##Changes ActionButton1's state to PUSHED. | ||
===Description=== | |||
:Changes buttonID's state to PUSHED. | :Changes buttonID's state to PUSHED. | ||
:NOTE: Works with ActionBarFrame & BonusActionBarFrame. | :NOTE: Works with ActionBarFrame & BonusActionBarFrame. |
Revision as of 10:34, 27 August 2006
Press the specified action button.
ActionButtonDown(buttonID);
Parameters
Arguments
- (Number buttonID)
- buttonID
- The button ID of the button to push
Returns
- nil
Example
ActionButtonDown(1);
Result
- Checks if BonusActionBarFrame is visible.
- If true -
- Checks if BonusActionButton1 is in state NORMAL.
- If true -
- Changes BonusActionButton1's state to PUSHED.
- Returns.
- Checks if ActionButton1 is in state NORMAL.
- If true -
- Changes ActionButton1's state to PUSHED.
Description
- Changes buttonID's state to PUSHED.
- NOTE: Works with ActionBarFrame & BonusActionBarFrame.