AttackTypeStringDataCallback Delegate |
A signature used to accept a AttackType object and return a string of data based on what the ColumnDef represents
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic delegate string StringDataCallback(
AttackType Data
)
Parameters
- Data AttackType
- The AttackType object to retrieve data from
Return Value
StringThe string that contains the data the ColumnDef represents for the AttackType object
See Also