FormSpellTimersApplyTimerMod Method |
Applies a recast mod to new timers
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic 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