Click or drag to resize

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_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public 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