WoW:API IsCurrentAction

From AddOn Studio
Revision as of 18:22, 27 August 2005 by WoWWiki>Inglais
Jump to navigation Jump to search
IsCurrentAction - Documentation by Flickering

Determine whether an action is currently executing.

isCurrent = IsCurrentAction(actionSlot)

Parameters

Arguments

(actionSlot)
actionSlot
Numeric - The action slot to test.

Returns

isCurrent
isCurrent
Flag - 1 if the action in the slot is currently executing, nil otherwise.

Template:WoW API