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.7.0.280
Syntax
C#
public DamageTypeDef(
	string Label,
	int AllyValue,
	Color TypeColor
)

Parameters

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