Click or drag to resize

FormActMainBeforeLogLineRead Event

Every time a log line is read. Parsing plugins should subscribe to this event. Plugins can change the log line before OnLogLineRead subscribers see it or before it is saved in View Logs or passed to the Custom Trigger engine.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public event LogLineEventDelegate BeforeLogLineRead

Value

Type: Advanced_Combat_TrackerLogLineEventDelegate
See Also