Click or drag to resize

CombatantDataStringDataCallback Delegate

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

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public delegate string StringDataCallback(
	CombatantData Data
)

Parameters

Data
Type: Advanced_Combat_TrackerCombatantData
The CombatantData object to retrieve data from

Return Value

Type: String
The string that contains the data the ColumnDef represents for the CombatantData object
See Also