diff options
Diffstat (limited to 'advtrains_luaautomation/environment.lua')
-rwxr-xr-x | advtrains_luaautomation/environment.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/advtrains_luaautomation/environment.lua b/advtrains_luaautomation/environment.lua index 6b1a283..476faaf 100755 --- a/advtrains_luaautomation/environment.lua +++ b/advtrains_luaautomation/environment.lua @@ -1,5 +1,6 @@ ------------- --- lua sandboxed environment +-- LuaATC sandboxed environment +-- @module atlatc -- function to cross out functions and userdata. -- modified from dump() @@ -354,7 +355,7 @@ end -- env.subscribers table may be directly altered by callers. ---- class interface +-- class interface function atlatc.env_new(name) local newenv={ |