mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-03 02:56:53 -04:00
Updated NonStandardLuaLibs (markdown)
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user