IsCurrentAction

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Returns true if the specified action is currently being used.

isCurrent = IsCurrentAction(actionSlot)

Arguments

actionSlot
number - action slot ID to query.

Returns

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