mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Added module: ExpGamingCore.Commands
This commit is contained in:
@@ -20,6 +20,7 @@ end
|
||||
--- Used to get the current ENV with all _G keys removed; useful when saving function to global
|
||||
-- @usage get_env() returns current ENV with _G keys removed
|
||||
-- @treturn table the env table with _G keys removed
|
||||
-- @warning does not work from console
|
||||
function ExpLib.get_env()
|
||||
local level = 2
|
||||
local env = setmetatable({},{__index=_G})
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
"version": "3.4.0",
|
||||
"location": "url",
|
||||
"dependencies": {
|
||||
"StdLib.Game": ">=0.8.0",
|
||||
"StdLib.Color": ">=0.8.0",
|
||||
"StdLib.Table": ">=0.8.0"
|
||||
"StdLib.Game": "^0.8.0",
|
||||
"StdLib.Color": "^0.8.0",
|
||||
"StdLib.Table": "^0.8.0"
|
||||
},
|
||||
"author": "Cooldude2606",
|
||||
"contact": "Discord: Cooldude2606#5241",
|
||||
|
||||
Reference in New Issue
Block a user