WoW:API IsCurrentAction: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{[stub/API}}
{{cleanup}}
Determine whether an action is currently executing.
Determine whether an action is currently executing.


Line 13: Line 15:
----
----
__NOTOC__
__NOTOC__
[[Category:World of Warcraft API]]

Revision as of 17:56, 3 November 2007

{[stub/API}}

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.