LogLineEventArgs(String, Int32, DateTime, String, Boolean) Constructor |
Class holding a log line and info about it
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic 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