WoW:API IsCurrentAction: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{ | {{wowapi}} | ||
{{stub/API}} | |||
{{cleanup}} | {{cleanup}} | ||
Determine whether an action is currently executing. | Determine whether an action is currently executing. | ||
Line 15: | Line 16: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 21:23, 12 August 2008
This article or section needs to be cleaned up
|
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.