Click or drag to resize

TimerData Constructor (String, Boolean, Int32, Boolean, Boolean, String, String, Int32, Boolean, Boolean, String, Color)

A timer sub-object

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public TimerData(
	string Name,
	bool OnlyMasterTicks,
	int TimerValue,
	bool RestrictToMe,
	bool AbsoluteTiming,
	string StartSoundData,
	string WarningSoundData,
	int WarningValue,
	bool RadialDisplay,
	bool Modable,
	string Tooltip,
	Color FillColor
)

Parameters

Name
Type: SystemString
Name of the spell
OnlyMasterTicks
Type: SystemBoolean
If the timer should be considered normal or a dot tick
TimerValue
Type: SystemInt32
Amount of time to start with
RestrictToMe
Type: SystemBoolean
If the timer only triggers for you casting/getting hit
AbsoluteTiming
Type: SystemBoolean
If only one of the timer can exist at a time
StartSoundData
Type: SystemString
Sound data string
WarningSoundData
Type: SystemString
Sound data string
WarningValue
Type: SystemInt32
How many seconds left should be a warning
RadialDisplay
Type: SystemBoolean
If the display shows the pie countdown
Modable
Type: SystemBoolean
If the spell can be affected by recast mods
Tooltip
Type: SystemString
Extra info to show in a tooltip
FillColor
Type: System.DrawingColor
The color of the radial timer display
See Also