Click or drag to resize

EncounterDataSetAllies Method

Sets the cached allies list

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void SetAllies(
	List<CombatantData> allies
)

Parameters

allies
Type: System.Collections.GenericListCombatantData
The list of allied combatants. If null or empty, automatic ally detection will take over.
See Also