CombatantDataExportStringDataCallback Delegate |
A signature used to accept a CombatantData object and return a string of data based on what the TextExportFormatter represents
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic delegate string ExportStringDataCallback(
CombatantData Data,
string ExtraFormat
)
Parameters
- Data CombatantData
- The CombatantData object to retrieve data from
- ExtraFormat String
- A string that is extracted after a colon to specialize the output
Return Value
StringThe string that contains the data the TextExportFormatter represents for the CombatantData object
See Also