Click or drag to resize

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_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void EndCombat(
	bool export
)

Parameters

export
Type: SystemBoolean
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