FormSpellTimersNotifySpell(String, String, Boolean, String, Boolean) Method |
Tells the Timer Window about a skill being used. Preset recast mods will take effect through this method automatically.
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic void NotifySpell(
string Attacker,
string SpellName,
bool Self,
string Victim,
bool Success
)
Parameters
- Attacker String
- Caster of skill
- SpellName String
- Skill name
- Self Boolean
- If the skill landed or originated from the 1st person perspective
- Victim String
- Destination of the skill
- Success Boolean
- If the skill landed. In the case of TS not landing, a mod will not be applied for instance.
See Also