WoW:API ActionButtonUp

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