Click or drag to resize

CustomTrigger Class

Data object for Custom Triggers
Inheritance Hierarchy
SystemObject
  Advanced_Combat_TrackerCustomTrigger

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.5.288
Syntax
C#
public class CustomTrigger

The CustomTrigger type exposes the following members.

Constructors
 NameDescription
Public methodCustomTrigger(String, String)Initializes a new instance of the CustomTrigger class
Public methodCustomTrigger(String, Int32, String, Boolean, String, Boolean) Custom Trigger data object
Top
Properties
 NameDescription
Public propertyActive 
Public propertyCategory Category within the custom trigger treeview selector
Public propertyKey 
Public propertyLastAudioAlert 
Public propertyRegEx 
Public propertyRestrictToCategoryZone If the custom trigger should only take effect within a zone matching the category label
Public propertyResultsTab Object handle for the results tab(if existing)
Public propertyShortRegexString 
Public propertySoundData 
Public propertySoundType (int)CustomTriggerSoundTypeEnum can be used to convert this
Public propertySoundTypeString 
Public propertyTabbed 
Public propertyTabbedAge How long ago an item was added to the results tab
Public propertyTabbedCurrentIndex Item index of the last selected ListView row in the results tab (used for next/prev seeking in searches)
Public propertyTimer 
Public propertyTimerName 
Public propertyTimerString Returns a label if the custom trigger is tabbed or triggers a timer else "<None>"
Public propertyTriggerListView Object handle for the ListView within the results tab(if existing)
Public propertyTriggerSearchBox The TextBox within the results tab(if existing) used for searching
Top
See Also