Click or drag to resize

EncounterDataGetAllies Method (Boolean)

Determines the allies of the first person perspective by referencing the positive and negative actions against them

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public List<CombatantData> GetAllies(
	bool allowLimited
)

Parameters

allowLimited
Type: SystemBoolean
If two calls come from the same second, if allowed, the cached value will be returned.

Return Value

Type: ListCombatantData
A list of CombatantData objects allied with the 1st person perspective, including that combatant
See Also