Click or drag to resize

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.3.286
Syntax
C#
public TextExportFormatter(
	string Name,
	string Label,
	string Description,
	CombatantDataExportStringDataCallback FormatterCallback
)

Parameters

Name  String
The simple name that represents the text export formatter, like {damage} or {dps}
Label  String
A friendly label for the text export formatter
Description  String
A decription of what the user should expect from the formatter
FormatterCallback  CombatantDataExportStringDataCallback
A delegated method to be called to get back a string to be put into a text export
See Also