Quantcast API ActionButtonDown - WoWWiki - Your guide to the World of Warcraft
Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

API ActionButtonDown

From WoWWiki

Jump to: navigation, search



Main Menu


"I" iconThis function is not a real API. It is defined by FrameXML in FrameXML/ActionButton.lua.


ActionButtonDown(buttonID);

Presses the specified action button.


Parameters

Arguments

(Number buttonID)
buttonID 
The button ID of the button to push

Returns

nil


Example

ActionButtonDown(1);

Result

  1. Checks if BonusActionBarFrame is visible.
  2. If true -
    1. Checks if BonusActionButton1 is in state NORMAL.
    2. If true -
      1. Changes BonusActionButton1's state to PUSHED.
    3. Returns.
  3. Checks if ActionButton1 is in state NORMAL.
  4. If true -
    1. Changes ActionButton1's state to PUSHED.

Description

Changes buttonID's state to PUSHED.
NOTE: Works with ActionBarFrame & BonusActionBarFrame.
Rate this article:
Share this article: