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.8.2.285
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