Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
mNo edit summary
 
mNo edit summary
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
  +
{{wowapi}}
<center>'''IsCurrentAction''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
 
  +
{{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]]
 

Revision as of 21:23, 12 August 2008


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.