Click or drag to resize

CombatantDataDamageTypeDef Class

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

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public class DamageTypeDef

The CombatantDataDamageTypeDef type exposes the following members.

Constructors
  NameDescription
Public methodCombatantDataDamageTypeDef
Used in the creation of DamageTypeData rows(Outgoing/IncomingDamageTypeDataObjects) within a CombatantData object
Top
Properties
  NameDescription
Public propertyAllyValue
If an action sorted into this DamageTypeData is a positive(1), negative(-1) or neutral(0) action against the target
Public propertyLabel
This should be the same text as the dictionary key used to store this object which is what is displayed in ACT
Public propertyTypeColor
The color that will be used in things such as graphs for this DamageTypeData type
Top
See Also