Click or drag to resize

EncounterDataGetStrongestEnemy Method

Gets the non-ally that took the most damage divided by the number of deaths it suffered

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public string GetStrongestEnemy(
	string combatant
)

Parameters

combatant
Type: SystemString
The ally perspective to find enemies

Return Value

Type: String
The combatant's name
See Also