CombatantDataTextExportFormatter Constructor |
A text export definition for a CombatantData object
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public TextExportFormatter(
string Name,
string Label,
string Description,
CombatantDataExportStringDataCallback FormatterCallback
)
Parameters
- Name
- Type: SystemString
The simple name that represents the text export formatter, like {damage} or {dps} - Label
- Type: SystemString
A friendly label for the text export formatter - Description
- Type: SystemString
A decription of what the user should expect from the formatter - FormatterCallback
- Type: Advanced_Combat_TrackerCombatantDataExportStringDataCallback
A delegated method to be called to get back a string to be put into a text export
See Also