Click or drag to resize

TimerMod Class

Data class to store recast delay mods of spell timers
Inheritance Hierarchy
SystemObject
  Advanced_Combat_TrackerTimerMod

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public class TimerMod : IEquatable<TimerMod>

The TimerMod type exposes the following members.

Constructors
  NameDescription
Public methodTimerMod
Data class to store recast delay mods of spell timers
Top
Properties
  NameDescription
Public propertyAttacker
User of the mod
Public propertyLastUse
Time of application
Public propertyModName
Name of mod, such as Traumatic Swipe
Public propertyModValue
Amount that the mod adds to recast delays... TS is 0.5F
Public propertyUseDuration
How long it will stay in effect
Public propertyVictim
Destination of the mod
Top
Methods
See Also