WoW API: IsAttackAction

From AddOn Studio
Revision as of 18:09, 6 January 2007 by WoWWiki>Hobinbot (upgraded deprecated template)
Jump to navigation Jump to search

WoW API < IsAttackAction

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.