Click or drag to resize

LogLineEventArgsdetectedType Field

The detected log line type from the parsing engine. 0 if ACT ignored the log line or is not currently set If you are setting this yourself as a parsing plugin, the value may corrispond to a 32-bit ARGB value to create a color in the ViewLogs window IE, if you want red, set this as System.Drawing.Color.Red.ToArgb();

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public int detectedType

Field Value

Type: Int32
See Also