Click or drag to resize

EncounterDataGetMaxHeal 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.7.0.280
Syntax
C#
public string GetMaxHeal(
	bool ShowType = true,
	bool CountWards = true,
	bool UseSuffix = true
)

Parameters

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

Return Value

Type: String
The usable string
See Also