added some libraries
This commit is contained in:
parent
3b8d2b2e8c
commit
4502a1206e
@ -21,7 +21,7 @@ function parse_path(path)
|
|||||||
end
|
end
|
||||||
|
|
||||||
package = {
|
package = {
|
||||||
loaded={}
|
loaded = {}
|
||||||
}
|
}
|
||||||
local __cached_scripts = {}
|
local __cached_scripts = {}
|
||||||
|
|
||||||
@ -285,7 +285,13 @@ entities.get_all = function(uids)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
math.randomseed(time.uptime()*1536227939)
|
------------------ sekta helpers
|
||||||
|
|
||||||
|
require("core:internal/math")
|
||||||
|
require("core:internal/string")
|
||||||
|
require("core:internal/table")
|
||||||
|
|
||||||
|
math.randomseed(time.uptime() * 1536227939)
|
||||||
|
|
||||||
-- --------- Deprecated functions ------ --
|
-- --------- Deprecated functions ------ --
|
||||||
block_index = block.index
|
block_index = block.index
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user