Click or drag to resize

FormActMainOpenLog Method

Aborts the current log reading thread and opens the log file specified in the LogFilePath property

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void OpenLog(
	bool GetCurrentZone,
	bool GetCharNameFromFile
)

Parameters

GetCurrentZone
Type: SystemBoolean
Setting this to false will skip ACT parsing the opening log file for the current zone
GetCharNameFromFile
Type: SystemBoolean
If the character name should be set according to the file name
See Also