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.2.285
Syntax 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