Click or drag to resize

FormActMainZoneChangeRegex Property

The full Regex to detect zone changes within a log file. This is specifically used by a quick scan method to find the zone name without the normal parsing engine encountering the line.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public Regex ZoneChangeRegex { get; set; }

Property Value

Type: Regex
See Also