WoW API: IsCurrentAction

WoW API < IsCurrentAction

Determine whether an action is currently executing.

isCurrent = IsCurrentAction(actionSlot)

ParametersEdit

ArgumentsEdit

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

ReturnsEdit

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