WoW:API IsCurrentAction: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
m (Move page script moved page API IsCurrentAction to API IsCurrentAction without leaving a redirect)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<center>'''IsCurrentAction''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
{{wowapi}}
 
{{stub/API}}
{{cleanup}}
Determine whether an action is currently executing.
Determine whether an action is currently executing.


Line 15: Line 16:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
[[Category:API Action Functions|IsCurrentAction]]

Latest revision as of 04:46, 15 August 2023

WoW API < IsCurrentAction

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.