WoW:API ActionButtonDown

Revision as of 21:22, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ActionButtonDown -Documentation by AlexanderYoshi-

Press the specified action button.

ActionButtonDown(buttonID);

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

Returns
nil

Example
ActionButtonDown(1);
Result

Description
Press the specified action button.

Template:WoW API