WoW:API ActionButtonUp

From AddOn Studio
Revision as of 21:22, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ActionButtonUp -Documentation by AlexanderYoshi-

Release the specified action button.

ActionButtonUp(buttonID);

Arguments
(Number buttonID)
buttonID
The button ID of the button to release

Returns
nil

Example
ActionButtonUp(1);
Result

Description
Release the specified action button.

Template:WoW API