FormActMainEndCombat Method |
Sets the InCombat flag to false, ends the currently active encounters, updates their treeview labels, enters the data into the history database and if applicable runs the export functions
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic void EndCombat(
bool export
)
Parameters
- export Boolean
- If the export functions such as clipboard, macro, HTML, ODBC etc should be run. Normally this should be True. The command itself will disable exports if it is not doing real-time parsing.
See Also