Click or drag to resize

DamageTypeData Constructor

Data object labeled as Melee/NonMelee etc that holds child AttackTypes

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public DamageTypeData(
	bool Outgoing,
	string Tag,
	CombatantData Parent
)

Parameters

Outgoing
Type: SystemBoolean
If the types of attacks stored are outgoing or incoming
Tag
Type: SystemString
The text label of the DamageTypeData object such as "All Outgoing(Ref)"
Parent
Type: Advanced_Combat_TrackerCombatantData
The parent container of this object
See Also