ActionButtonUp()

From Warcraft Wiki
Jump to navigation Jump to search
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.