Lua Standard Libraries

The following Lua standard libraries are available:

LibraryStatus
baseAvailable
packageAvailable
stringAvailable
mathAvailable
tableAvailable
bit32Available
utf8Available
osPartially disabled
coroutineAvailable
debugPartially disabled
ioSafety-wrapped

Disabled os functions

The following os functions are set to nil:

  • os.remove
  • os.rename
  • os.execute
  • os.exit
  • os.setlocale
  • os.getenv

Disabled debug functions

The following debug functions are set to nil:

  • debug.getregistry