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.3.286
Syntax
C#
public void SetAllies(
	List<CombatantData> allies
)

Parameters

allies  ListCombatantData
The list of allied combatants. If null or empty, automatic ally detection will take over.
See Also