![]() | This function is PROTECTED, and can only be called from Blizzard code.
|
This function is implemented by FrameXML in [DEPRECATED http://wowprogramming.com/utils/xmlbrowser/live/FrameXML/ActionButton.lua FrameXML/ActionButton.lua].
ActionButtonDown(buttonID);
Presses the specified action button.
Parameters
Edit
- buttonID (number) - The button ID of the button to push
Returns
Edit
- nil
Description
Edit
Changes buttonID's state to PUSHED.
Example
Edit
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.
Notes
Edit
Works with ActionBarFrame & BonusActionBarFrame.
Community content is available under CC-BY-SA
unless otherwise noted.