Click or drag to resize

CustomTrigger Constructor (String, Int32, String, Boolean, String, Boolean)

Custom Trigger data object

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public CustomTrigger(
	string cRegex,
	int cSoundType,
	string cSoundData,
	bool cTimer,
	string cTimerName,
	bool cTabbed
)

Parameters

cRegex
Type: SystemString
Regular Expression string
cSoundType
Type: SystemInt32
Type of sound response. (int)CustomTriggerSoundTypeEnum can help you convert this value.
cSoundData
Type: SystemString
WAV location or TTS string
cTimer
Type: SystemBoolean
If this trigger will notify the Spell Timers window
cTimerName
Type: SystemString
The Spell Timer name to notify
cTabbed
Type: SystemBoolean
If the Custom Trigger has a results tab
See Also