Click or drag to resize

FormSpellTimersNotifySpell Method (String, String, Boolean, String, Boolean)

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.7.0.280
Syntax
C#
public void NotifySpell(
	string Attacker,
	string SpellName,
	bool Self,
	string Victim,
	bool Success
)

Parameters

Attacker
Type: SystemString
Caster of skill
SpellName
Type: SystemString
Skill name
Self
Type: SystemBoolean
If the skill landed or originated from the 1st person perspective
Victim
Type: SystemString
Destination of the skill
Success
Type: SystemBoolean
If the skill landed. In the case of TS not landing, a mod will not be applied for instance.
See Also