Updated NonStandardLuaLibs (markdown)

René Mellema 2014-03-02 11:22:27 -08:00
parent 9377537edc
commit c87742f2cc

@ -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.