Click or drag to resize

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

Class holding a log line and info about it

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

Parameters

LogLine  String
The full log line
DetectedType  Int32
The detected log line type from the parsing engine. 0 if ACT ignored the log line
DetectedTime  DateTime
Timestamp parsed from the log line
DetectedZone  String
The zone at the time of parsing
InCombat  Boolean
If there is already an encounter active
See Also