ISXWoW:spell (Data Type)

From ISMods Wiki

Contents

Description

Members

Returns the name of the spell. Use [-norank] to omit the rank of the spell
e.g. ${Spell[fireball].Name[-norank]} => "fireball"
e.g. ${Spell[fireball].Name => "fireball (Rank 7)"
Returns the level of the spell.
Returns the mana cost of the spell.
Returns the casting time in milliseconds for the spell.
  • int RecoveryTime
Returns the recovery time in milliseconds for the spell.
Returns the cooldown in milliseconds for the spell.
Returns the type of cure that will remove this spell e.g. "Magic", "Poison", "Disease", etc. If it cannot be removed or this does not apply then it returns "none".

Methods

Cast

Returns

Name

Inherits

none

See Also