Click or drag to resize

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

Custom Trigger data object

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.5.288
Syntax
C#
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
See Also