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.

Releases the specified action button.

ActionButtonUp(buttonID)

Arguments[]

buttonID
The button ID of the button to release (Integers from 1 to 12)

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