WoW:API ActionButtonUp

From AddOn Studio
Revision as of 23:40, 20 November 2004 by WoWWiki>DsDranor
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