Click or drag to resize

LogLineEventArgs Constructor (String, Int32, DateTime, String, Boolean)

Class holding a log line and info about it

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public LogLineEventArgs(
	string LogLine,
	int DetectedType,
	DateTime DetectedTime,
	string DetectedZone,
	bool InCombat
)

Parameters

LogLine
Type: SystemString
The full log line
DetectedType
Type: SystemInt32
The detected log line type from the parsing engine. 0 if ACT ignored the log line
DetectedTime
Type: SystemDateTime
Timestamp parsed from the log line
DetectedZone
Type: SystemString
The zone at the time of parsing
InCombat
Type: SystemBoolean
If there is already an encounter active
See Also