-
Notifications
You must be signed in to change notification settings - Fork 3
Home
ReFreezed edited this page Jun 30, 2018
·
12 revisions
See the sidebar for all topics.
You can use any standard Lua library normally in your code, like io and os
(including lfs and socket).
You cannot add you own globals directly - use the scripts folder to define global functions, and the data folder to store globally accessible data. The idea is that this restriction should prevent accidental global access.
The output folder is automatically cleaned from files and folders that do not exist in the content folder, so it's not a good idea to save files in the output folder.
- Home
- Command Line
- Site Configuration
- Embedding Lua
- Constants
- Functions
- Objects
- Other Modules and Information