Wowpedia

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

READ MORE

Wowpedia
mNo edit summary
 
mNo edit summary
Line 16: Line 16:
 
__NOTOC__
 
__NOTOC__
 
{{Template:WoW API}}
 
{{Template:WoW API}}
  +
[[Category:API Functions|IsAttackAction]]
 
[[Category:API Action Functions|IsAttackAction]]
 
[[Category:API Action Functions|IsAttackAction]]

Revision as of 18:21, 27 August 2005

IsAttackAction - Documentation by Flickering

Determine whether action slot is an attack action.

isAttack = IsAttackAction(actionSlot)

Parameters

Arguments

(actionSlot)
actionSlot
Numeric - The action slot to test.

Returns

isAttack
isAttack
Flag - nil if the specified slot is not an attack action, or is empty. 1 if the slot is an attack action and should flash red during combat.

Template:WoW API