Click or drag to resize

FormActMainSnippetShareRegex Property

Used to parse arbitrary log lines for XML snippet sharing. By default it follows a EQ2 specific format; should fail quickly otherwise.

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

Property Value

Type: Regex
See Also