Click or drag to resize

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

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,
	bool Panel1,
	bool Panel2
)

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
Panel1
Type: SystemBoolean
If to display in the first timers panel
Panel2
Type: SystemBoolean
If to display in the second timers panel
See Also