WoW:API IsCurrentAction: Difference between revisions
Jump to navigation
Jump to search
IsCurrentAction - Documentation by Flickering
mNo edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|IsCurrentAction]] | |||
[[Category:API Action Functions|IsCurrentAction]] | [[Category:API Action Functions|IsCurrentAction]] |
Revision as of 18:22, 27 August 2005
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.