EncounterDataGetMaxHit Method |
Used for clipboard/mini window formatting {maxhit}
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax 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:
StringThe usable string
See Also