Spell Properties
The Spell type exposes the following members.
Properties
Name | Description | |
---|---|---|
BuffStack |
Gets player buff stack count.
|
|
BuffTimeLeft |
Gets player buff time left (in milliseconds).
|
|
GetBuff |
Gets player buff
|
|
HaveBuff |
Gets if your player have this spell in buff.
|
|
IsDistanceGood |
Gets if the player distance to target is good to cast spell.
|
|
IsSpellUsable |
Check if the spell is currently usable (cooldown, mana, zone, target (don't check distance)).
|
|
MaxRange |
Gets or sets the maximum spell range (if you use CalcuCombatRange the value may be different from that assigned).
|
|
TargetBuffStack |
Gets target buff stack count.
|
|
TargetBuffTimeLeft |
Gets target buff time left (in milliseconds).
|
|
TargetGetBuff |
Gets target buff.
|
|
TargetHaveBuff |
Gets if the target have this spell in buff.
|