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