Lua Functions and Libraries

The standard Lua libraries provide a set of useful functions that operate on the basic Lua data types. Many of the standard Lua libraries have been disabled in nzLua since they allow access to the filesystem or other operating system functions. The standard functions available in nzLua are divided into the following groups:

  • Basic Functions
  • String Manipulation
  • Table Manipulation
  • Math Functions