Added module: ExpGamingCore.Commands

This commit is contained in:
Cooldude2606
2018-06-05 19:32:29 +01:00
parent 6272e29606
commit 9be85f04a6
31 changed files with 686 additions and 289 deletions

View File

@@ -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})

View File

@@ -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",