Data class to store recast delay mods of spell timers
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public TimerMod(
string Attacker,
string Victim,
string ModName,
float ModValue,
DateTime LastUse,
TimeSpan UseDuration
)
Parameters
- Attacker
- Type: SystemString
User of the mod - Victim
- Type: SystemString
Destination of the mod - ModName
- Type: SystemString
Name of mod, such as Traumatic Swipe - ModValue
- Type: SystemSingle
Amount that the mod adds to recast delays... TS is 0.5F - LastUse
- Type: SystemDateTime
Time of application - UseDuration
- Type: SystemTimeSpan
How long it will stay in effect
See Also