CombatantDataGetMaxHit Method |
Used for clipboard/mini window formatting {maxhit}
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic 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
StringThe usable string
See Also