From c87742f2cc8674fb804849127fa149201a997eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Mellema?= Date: Sun, 2 Mar 2014 11:22:27 -0800 Subject: [PATCH] Updated NonStandardLuaLibs (markdown) --- NonStandardLuaLibs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonStandardLuaLibs.md b/NonStandardLuaLibs.md index d955480..c3cc32f 100644 --- a/NonStandardLuaLibs.md +++ b/NonStandardLuaLibs.md @@ -66,7 +66,7 @@ The [original functions](http://www.lua.org/manual/5.2/manual.html#6.9) from the - `os.date` has been reimplemented to use ingame time and supports most formats. - `os.execute` has been reimplemented to start programs from a mounted filesystem via `shell.execute`. The specified string is parsed the same as commands entered in the shell. - `os.exit` throws an error to try and terminate the current coroutine. -- `os.getenv` is *not* available. +- `os.setenv` is added to set shell variables from Lua. - `os.remove` is an alias for `filesystem.remove`. - `os.rename` is an alias for `filesystem.rename`. - `os.setlocale` is *not* available.