Click or drag to resize

CombatantDataSwingTypeToDamageTypeDataLinksIncoming Field

Linkings from a SwingType(int) to a list of DamageTypeData objects. Similar to SwingTypeToDamageTypeDataLinksOutgoing except that this filters to the victim's data, not the attacker's. For instance, SwingType 1(Melee) should go to "Incoming Damage". SwingType 3(Healing) should go to "Healed (Inc)" Combat actions will always go to "All Incoming (Ref)" without a defined link.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public static SortedDictionary<int, List<string>> SwingTypeToDamageTypeDataLinksIncoming

Field Value

Type: SortedDictionaryInt32, ListString
See Also