Verbs used in the killfeed. Example usage:
Pad a number with zeros.
The number to pad
The final length the padded string (number) should have
padded string
Random kill verb
Random string from KILL_VERB
Truncates a string to a given length, adding '...' on its tail, but only if the length exceeds the maximum value.
Input string
Maximum string length
Truncated string if too long, or original string if length checks out.
Generated using TypeDoc
String helper class.