A Sandcastle Documented Class Library
ApplyTimerMod Method (Attacker, Victim, ModName, RecastMod, EffectDuration)
NamespacesAdvanced_Combat_TrackerFormSpellTimersApplyTimerMod(String, String, String, Single, Int32)
Applies a recast mod to new timers
Declaration Syntax
C#Visual BasicVisual C++
public void ApplyTimerMod(
	string Attacker,
	string Victim,
	string ModName,
	float RecastMod,
	int EffectDuration
)
Public Sub ApplyTimerMod ( _
	Attacker As String, _
	Victim As String, _
	ModName As String, _
	RecastMod As Single, _
	EffectDuration As Integer _
)
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

Assembly: Advanced Combat Tracker (Module: Advanced Combat Tracker) Version: 3.1.0.238