FormActMainOpenLog Method |
Aborts the current log reading thread and opens the log file specified in the LogFilePath property
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic void OpenLog(
bool GetCurrentZone,
bool GetCharNameFromFile
)
Parameters
- GetCurrentZone Boolean
- Setting this to false will skip ACT parsing the opening log file for the current zone
- GetCharNameFromFile Boolean
- If the character name should be set according to the file name
See Also