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.2.285
Syntax public string GetMaxHeal(
bool ShowType = true,
bool CountWards = false,
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:
StringThe usable string
See Also