WoW:API IsCurrentAction: Difference between revisions
Jump to navigation
Jump to search
IsCurrentAction - Documentation by Flickering
mNo edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
Revision as of 18:44, 3 January 2006
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.