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.8.3.286
Syntax
C#
public string GetStrongestEnemy(
	string combatant
)

Parameters

combatant  String
The ally perspective to find enemies

Return Value

String
The combatant's name
See Also