CustomTrigger Class |
Namespace: Advanced_Combat_Tracker
public class CustomTrigger
The CustomTrigger type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomTrigger(String, String) | Initializes a new instance of the CustomTrigger class |
![]() | CustomTrigger(String, Int32, String, Boolean, String, Boolean) |
Custom Trigger data object
|
Name | Description | |
---|---|---|
![]() | Active | |
![]() | Category |
Category within the custom trigger treeview selector
|
![]() | Key | |
![]() | LastAudioAlert | |
![]() | RegEx | |
![]() | RestrictToCategoryZone |
If the custom trigger should only take effect within a zone matching the category label
|
![]() | ResultsTab |
Object handle for the results tab(if existing)
|
![]() | ShortRegexString | |
![]() | SoundData | |
![]() | SoundType |
(int)CustomTriggerSoundTypeEnum can be used to convert this
|
![]() | SoundTypeString | |
![]() | Tabbed | |
![]() | TabbedAge |
How long ago an item was added to the results tab
|
![]() | TabbedCurrentIndex |
Item index of the last selected ListView row in the results tab (used for next/prev seeking in searches)
|
![]() | Timer | |
![]() | TimerName | |
![]() | TimerString |
Returns a label if the custom trigger is tabbed or triggers a timer else "<None>"
|
![]() | TriggerListView |
Object handle for the ListView within the results tab(if existing)
|
![]() | TriggerSearchBox |
The TextBox within the results tab(if existing) used for searching
|