A Sandcastle Documented Class Library
LogLineEventArgs Class
NamespacesAdvanced_Combat_TrackerLogLineEventArgs
Class holding a log line and info about it
Declaration Syntax
C#Visual BasicVisual C++
public class LogLineEventArgs : EventArgs
Public Class LogLineEventArgs _
	Inherits EventArgs
public ref class LogLineEventArgs : public EventArgs
Members
All MembersConstructorsMethodsFields



IconMemberDescription
LogLineEventArgs(String, Int32, DateTime, String, Boolean)
Class holding a log line and info about it

detectedTime
Timestamp parsed from the log line

detectedType
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();

detectedZone
The zone at the time of parsing

Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
inCombat
If there is already an encounter active

logLine
The full log line

MemberwiseClone()()() (Inherited from Object.)
ToString()()() (Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 LogLineEventArgs

Assembly: Advanced Combat Tracker (Module: Advanced Combat Tracker) Version: 2.10.2.218