WoW:API ActionButtonDown: Difference between revisions
Jump to navigation
Jump to search
ActionButtonDown -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
Line 22: | Line 22: | ||
;''Result'' | ;''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'' | ;''Description'' | ||
:Changes buttonID's state to PUSHED. | |||
: | :NOTE: Works with ActionBarFrame & BonusActionBarFrame. | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} |
Revision as of 06:38, 21 January 2005
Press the specified action button.
ActionButtonDown(buttonID);
- 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.