Click or drag to resize

CombatantDataGetMaxHit Method

Used for clipboard/mini window formatting {maxhit}

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

Parameters

ShowType  Boolean  (Optional)
True = {maxhit}, false = {MAXHIT}; shows the skill name
UseSuffix  Boolean  (Optional)
True = {maxhit-*}, false = {maxhit}; shortens the damage number with suffixes

Return Value

String
The usable string
See Also