Script API/Environment
This environment is added to any script that is created.
Function and variable list
lua builtin
- assert
- bit (for bit functions)
- error
- ipairs
- math (for math functions)
- next
- select
- string (for string functions)
- table (for table functions)
- tonumber
- tostring
- type
- unpack
Facts
- Date created
- 20 Nov 2008