TimerData Constructor (String, Boolean, Int32, Boolean, Boolean, String, String, Int32, Boolean, Boolean, String) |
A timer sub-object
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public TimerData(
string Name,
bool OnlyMasterTicks,
int TimerValue,
bool RestrictToMe,
bool AbsoluteTiming,
string StartSoundData,
string WarningSoundData,
int WarningValue,
bool RadialDisplay,
bool Modable,
string Tooltip
)
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
See Also