Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement
This function is implemented in FrameXML/ActionButton.lua.

Presses the specified FrameXML action button.

ActionButtonDown(buttonID)

Arguments[]

buttonID
Number - The button ID of the button to push

Details[]

  • Used by key bindings, this function dispatches a click to the appropriate FrameXML action button, accounting for the use of OverrideActionBar.
  • It will call protected functions, and should therefore not be called from insecure execution paths.
Advertisement