ISXWoW:spell (Data Type)
From ISMods Wiki
Contents |
[edit]
Description
[edit]
Members
- string Name
- 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.
- int Mana
- 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.
- int Cooldown
- Returns the cooldown in milliseconds for the spell.
- string DispelType
- 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".
[edit]
Methods
Cast
[edit]
Returns
Name
[edit]
Inherits
none
[edit]
