EncounterDataGetMaxHeal Method |
Used for clipboard/mini window formatting {maxheal} and {maxhealward}
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic string GetMaxHeal(
bool ShowType = true,
bool CountWards = true,
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
StringThe usable string
See Also