Click or drag to resize

CombatantDataDamageTypeDef Constructor

Used in the creation of DamageTypeData rows(Outgoing/IncomingDamageTypeDataObjects) within a CombatantData object

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.5.288
Syntax
C#
public DamageTypeDef(
	string Label,
	int AllyValue,
	Color TypeColor
)

Parameters

Label  String
This should be the same text as the dictionary key used to store this object which is what is displayed in ACT
AllyValue  Int32
If an action sorted into this DamageTypeData is a positive(1), negative(-1) or neutral(0) action against the target
TypeColor  Color
The color that will be used in things such as graphs for this DamageTypeData type
See Also