Additional lua globals
| inline_if(exp, t, f) | Returns t if the expression is true. |
| install.math() | Install the Math library into global math |
| install.reload() | Reload a module |
| install.string() | Install the string library into global string |
| install.table() | install the Table library into global table |
| prequire(module, suppress_all) | Require a file that may not exist |
| rawtostring(t) | Temporarily removes __tostring handlers and calls tostring |
Returns t if the expression is true.
f if false
Parameters:Install the Math library into global math
Reload a module
Install the string library into global string
install the Table library into global table
Require a file that may not exist
Parameters:
Temporarily removes __tostring handlers and calls tostring
Parameters: