-
Notifications
You must be signed in to change notification settings - Fork 3
Constants
ReFreezed edited this page Jun 1, 2021
·
6 revisions
Note: The documentation has moved to the LuaWebGen website. Information here may be out of date!
Array of data file extensions that LuaWebGen understands. Currently contains "json"
, "lua"
, "toml"
and "xml"
.
-
.json
- JSON files. -
.lua
- Lua files. These must return a value (that's not nil). -
.toml
- TOML files. -
.xml
- XML files. (See the XML module)
(TODO: Add example usage.)
Array of common image file extensions. Currently contains "png"
, "jpg"
, "jpeg"
and "gif"
.
The current version of LuaWebGen, e.g. "1.0.2"
.
- Home
- Command Line
- Site Configuration
- Embedding Lua
- Constants
- Functions
- Objects
- Other Modules and Information