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.3.286
Syntax
C#
public void AddTextFormat(
	TextExportFormatOptions textExportFormatOptions
)

Parameters

textExportFormatOptions  TextExportFormatOptions
The newly created text export format to add to ACT's collection
See Also