FormActMainGetTextExport Method (Int32, Int32, TextExportFormatOptions) |
Gets a text export of an encounter using formatters
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public string GetTextExport(
int ZoneListIndex,
int EncounterListIndex,
TextExportFormatOptions ExportFormatting
)
Parameters
- ZoneListIndex
- Type: SystemInt32
Zero based index of the ZoneData object in property ZoneList - EncounterListIndex
- Type: SystemInt32
Zero based index of the EncounterData object - ExportFormatting
- Type: Advanced_Combat_TrackerTextExportFormatOptions
An object that holds formatting information
Return Value
Type:
StringThe encounter text export
See Also