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.7.0.280
Syntax
C#
public void ApplyTimerMod(
	string Attacker,
	string Victim,
	string ModName,
	float RecastMod,
	int EffectDuration
)

Parameters

Attacker
Type: SystemString
User of the recast mod skill
Victim
Type: SystemString
Who is affected by the recast mod
ModName
Type: SystemString
Name of the mod skill
RecastMod
Type: SystemSingle
The amount to mod (50% = 0.50F)
EffectDuration
Type: SystemInt32
Duration of the effect
See Also