Click or drag to resize

FormActMainAddTextFormat Method

Adds a new text export format to TextExportFormats and updates ACT's dropdown controls

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax
C#
public void AddTextFormat(
	TextExportFormatOptions textExportFormatOptions
)

Parameters

textExportFormatOptions
Type: Advanced_Combat_TrackerTextExportFormatOptions
The newly created text export format to add to ACT's collection
See Also