Lua cheat sheet

Blender Hotkey Cheat Sheet

Opensource.com

Lua cheat sheet

Lua is a lightweight, fast, embeddable, dynamically typed language implemented as a C library. Lua code is executed by the ``lua`` bytecode interpreter. It's commonly used for creating APIs, scripts, quick prototypes, and more.

Even though it is simple enough to warrant a one-pager, we created a two-page cheat sheet to include a few extra tips including syntax, data structures, important variables, and other helpful tricks.