WoW API: IsCurrentAction

Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API IsCurrentAction to API IsCurrentAction without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.