mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
All tests working
This commit is contained in:
@@ -171,6 +171,10 @@ function threads.setENV(env)
|
||||
(threads.getGlobal())["__env"] = threads.packENV(env)
|
||||
end
|
||||
|
||||
function threads.getENV()
|
||||
return threads.unpackENV((threads.getGlobal())["__env"])
|
||||
end
|
||||
|
||||
function threads.createTable(n)
|
||||
local _proxy = {}
|
||||
local function set(name,val)
|
||||
|
||||
Reference in New Issue
Block a user