WoW:API IsCurrentAction: Difference between revisions
Jump to navigation
Jump to search
IsCurrentAction - Documentation by Flickering
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<center>'''IsCurrentAction''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | {{wowapi}} <center>'''IsCurrentAction''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | ||
Determine whether an action is currently executing. | Determine whether an action is currently executing. | ||
Line 15: | Line 15: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 14:20, 3 November 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.