unpack, string.split, and string.trim added
parent
0d12261620
commit
92a5a6e6ff
|
@ -57,9 +57,12 @@ local BASE_ENV = {
|
||||||
rep = string.rep,
|
rep = string.rep,
|
||||||
sub = string.sub,
|
sub = string.sub,
|
||||||
upper = string.upper,
|
upper = string.upper,
|
||||||
|
split = string.split,
|
||||||
|
trim = string:trim,
|
||||||
},
|
},
|
||||||
tonumber = tonumber,
|
tonumber = tonumber,
|
||||||
tostring = tostring,
|
tostring = tostring,
|
||||||
|
unpack = unpack,
|
||||||
type = type,
|
type = type,
|
||||||
ticks = 0,
|
ticks = 0,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue