Lua:Lpad
From BeamNG
Returns a string that repeats 'c' number of charaters in string 's' minus 'l' times, and then adds the string 's' to the end.
Location: lua\utils.lua:29
Syntax
nil lpad (s, l, c)
Returns a string that repeats 'c' number of charaters in string 's' minus 'l' times, and then adds the string 's' to the end.
Location: lua\utils.lua:29
nil lpad (s, l, c)