Lua Standard Libraries
The following Lua standard libraries are available:
| Library | Status |
|---|---|
base | Available |
package | Available |
string | Available |
math | Available |
table | Available |
bit32 | Available |
utf8 | Available |
os | Partially disabled |
coroutine | Available |
debug | Partially disabled |
io | Safety-wrapped |
Disabled os functions
The following os functions are set to nil:
os.removeos.renameos.executeos.exitos.setlocaleos.getenv
Disabled debug functions
The following debug functions are set to nil:
debug.getregistry