Teardown scripting — Dennispedia

Scripting

Teardown embeds Lua 5.1.4. It does not "open" the package, I/O, OS, or debug libraries, which means no require, io.open, os.execute, or debug.getinfo. You still have dofile and loadfile though (although you're not supposed to and they don't respect MOD/ or LEVEL/ notation). Loading of bytecode has been disabled.

See the main page or the sidebar/navbar (if JavaScript is enabled) for documentation of individual functions. For now, only functions that are not officially documented have articles. For other functions, see the official scripting API documentation.