Click or drag to resize

CombatantDataSwingTypeToDamageTypeDataLinksOutgoing Field

Linkings from a SwingType(int) to a list of DamageTypeData objects. For instance, SwingType 1(Melee) should go to "Melee (Out)" and "Outgoing Damage". Combat actions will always go to "All Outgoing (Ref)" without a defined link.

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

Field Value

SortedDictionaryInt32, ListString
See Also