unpack, string.split, and string.trim added
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