TimerData(String, Boolean, Int32, Boolean, Boolean, String, String, Int32, 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
)
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
See Also