WoW:API ActionButtonUp: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
  <center>'''ActionButtonUp''' ''-Documentation by AlexanderYoshi-''</center>
  <center>'''ActionButtonUp''' ''-Documentation by AlexanderYoshi''</center>


Release the specified action button.
Release the specified action button.

Revision as of 23:40, 20 November 2004

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