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

Parameters

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

Return Value

Type: String
The usable string
See Also