WoW API: IsCurrentAction
Jump to navigation
Jump to search
This article or section needs to be cleaned up
|
Determine whether an action is currently executing.
isCurrent = IsCurrentAction(actionSlot)
Parameters[edit]
Arguments[edit]
- (actionSlot)
- actionSlot
- Numeric - The action slot to test.
Returns[edit]
- isCurrent
- isCurrent
- Flag - 1 if the action in the slot is currently executing, nil otherwise.