Click or drag to resize

CombatantDataTextExportFormatter Class

A text export definition for a CombatantData object
Inheritance Hierarchy
SystemObject
  Advanced_Combat_TrackerCombatantDataTextExportFormatter

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public class TextExportFormatter

The CombatantDataTextExportFormatter type exposes the following members.

Constructors
 NameDescription
Public methodCombatantDataTextExportFormatter A text export definition for a CombatantData object
Top
Properties
 NameDescription
Public propertyDescription A decription of what the user should expect from the formatter
Public propertyLabel A friendly label for the text export formatter
Public propertyName The simple name that represents the text export formatter, like {damage} or {dps}
Top
Fields
 NameDescription
Public fieldGetExportString A delegated method to be called to get back a string to be put into a text export
Top
See Also