Click or drag to resize

CombatantDataGetMaxHeal Method

Used for clipboard/mini window formatting {maxheal} and {maxhealward}

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public string GetMaxHeal(
	bool ShowType = true,
	bool CountWards = false,
	bool UseSuffix = true
)

Parameters

ShowType  Boolean  (Optional)
True = {maxheal}, false = {MAXHEAL}; shows the heal name
CountWards  Boolean  (Optional)
If wards should be included for finding the largest heal. True = {maxhealward}
UseSuffix  Boolean  (Optional)
True = {maxheal-*}, false = {maxheal}; shortens the damage number with suffixes

Return Value

String
The usable string
See Also