WoW API: IsAttackSpell

Revision as of 00:26, 27 March 2008 by WoWWiki>DrDoom (Page created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < IsAttackSpell

Determine whether spell is the "Attack" spell.

isAttack = IsAttackSpell(spellName)

Parameters

Arguments

spellName
String - The spell name to test.

Returns

isAttack
Flag - Returns 1 if the spell is the "Attack" spell, nil otherwise