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