Click or drag to resize

FormSpellTimersApplyTimerMod Method

Applies a recast mod to new timers

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public void ApplyTimerMod(
	string Attacker,
	string Victim,
	string ModName,
	float RecastMod,
	int EffectDuration
)

Parameters

Attacker  String
User of the recast mod skill
Victim  String
Who is affected by the recast mod
ModName  String
Name of the mod skill
RecastMod  Single
The amount to mod (50% = 0.50F)
EffectDuration  Int32
Duration of the effect
See Also