mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-22 15:23:43 +01:00
unpack, string.split, and string.trim added
This commit is contained in:
parent
0d12261620
commit
92a5a6e6ff
@ -57,9 +57,12 @@ local BASE_ENV = {
|
||||
rep = string.rep,
|
||||
sub = string.sub,
|
||||
upper = string.upper,
|
||||
split = string.split,
|
||||
trim = string:trim,
|
||||
},
|
||||
tonumber = tonumber,
|
||||
tostring = tostring,
|
||||
unpack = unpack,
|
||||
type = type,
|
||||
ticks = 0,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user