Click or drag to resize

SpellTimer Constructor

Spell timer object

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.5.288
Syntax
C#
public SpellTimer(
	bool MasterTimer,
	int TimerDuration,
	List<TimerMod> TimerMods,
	DateTime TimerStart
)

Parameters

MasterTimer  Boolean
If it is a normal timer instead of a dot tick
TimerDuration  Int32
The original recast delay
TimerMods  ListTimerMod

[Missing <param name="TimerMods"/> documentation for "M:Advanced_Combat_Tracker.SpellTimer.#ctor(System.Boolean,System.Int32,System.Collections.Generic.List{Advanced_Combat_Tracker.TimerMod},System.DateTime)"]

TimerStart  DateTime

[Missing <param name="TimerStart"/> documentation for "M:Advanced_Combat_Tracker.SpellTimer.#ctor(System.Boolean,System.Int32,System.Collections.Generic.List{Advanced_Combat_Tracker.TimerMod},System.DateTime)"]

See Also