TimerData(String, Boolean, Int32, Boolean, Boolean, String, String, Int32, Boolean, Boolean, String, Color, Boolean, Boolean) Constructor |
A timer sub-object
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic 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 String
- Name of the spell
- OnlyMasterTicks Boolean
- If the timer should be considered normal or a dot tick
- TimerValue Int32
- Amount of time to start with
- RestrictToMe Boolean
- If the timer only triggers for you casting/getting hit
- AbsoluteTiming Boolean
- If only one of the timer can exist at a time
- StartSoundData String
- Sound data string
- WarningSoundData String
- Sound data string
- WarningValue Int32
- How many seconds left should be a warning
- RadialDisplay Boolean
- If the display shows the pie countdown
- Modable Boolean
- If the spell can be affected by recast mods
- Tooltip String
- Extra info to show in a tooltip
- FillColor Color
- The color of the radial timer display
- Panel1 Boolean
- If to display in the first timers panel
- Panel2 Boolean
- If to display in the second timers panel
See Also