A Sandcastle Documented Class Library
CustomTrigger Constructor (cRegex, cSoundType, cSoundData, cTimer, cTimerName, cTabbed)
NamespacesAdvanced_Combat_TrackerCustomTriggerCustomTrigger(String, Int32, String, Boolean, String, Boolean)
Custom Trigger data object
Declaration Syntax
C#Visual BasicVisual C++
public CustomTrigger(
	string cRegex,
	int cSoundType,
	string cSoundData,
	bool cTimer,
	string cTimerName,
	bool cTabbed
)
Public Sub New ( _
	cRegex As String, _
	cSoundType As Integer, _
	cSoundData As String, _
	cTimer As Boolean, _
	cTimerName As String, _
	cTabbed As Boolean _
)
public:
CustomTrigger(
	String^ cRegex, 
	int cSoundType, 
	String^ cSoundData, 
	bool cTimer, 
	String^ cTimerName, 
	bool cTabbed
)
Parameters
cRegex (String)
Regular Expression string
cSoundType (Int32)
Type of sound response. (int)CustomTriggerSoundTypeEnum can help you convert this value.
cSoundData (String)
WAV location or TTS string
cTimer (Boolean)
If this trigger will notify the Spell Timers window
cTimerName (String)
The Spell Timer name to notify
cTabbed (Boolean)
If the Custom Trigger has a results tab

Assembly: Advanced Combat Tracker (Module: Advanced Combat Tracker) Version: 3.1.0.238