A signature used to accept a DamageTypeData object and return a string of data based on what the ColumnDef represents

C# | Visual Basic |
public delegate string StringDataCallback( DamageTypeData Data )
Public Delegate Function StringDataCallback ( Data As DamageTypeData ) As String

- Data (DamageTypeData)
- The DamageTypeData object to retrieve data from

String
The string that contains the data the ColumnDef represents for the DamageTypeData object
The string that contains the data the ColumnDef represents for the DamageTypeData object
Assembly: Advanced Combat Tracker (Module: Advanced Combat Tracker.exe) Version: 3.3.0.254