Spell timer object
| C# | Visual Basic | Visual C++ |
public class SpellTimer
Public Class SpellTimer
public ref class SpellTimer
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SpellTimer(Boolean, Int32, List<(Of <(TimerMod>)>), DateTime) |
Spell timer object
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| MasterTimer |
If it is a normal timer instead of a dot tick
| |
| MemberwiseClone()()() | (Inherited from Object.) | |
| RemoveModOwner(String, DateTime) | ||
| RemoveModTarget(String, DateTime) | ||
| StartTime |
When the timer was created
| |
| TimeLeft |
The amount of time left from now, in seconds
| |
| TimerFinalDuration |
The calculated recast duration after mods
| |
| TimerModValue |
The amount of AA mods to apply
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| SpellTimer | |