Module libtwdll
The main entry point for the twdll Lua extension library.
Functions
| Log (message) | Logs a message to the libtwdll.log file. |
| luaopen_libtwdll (L) |
Functions
- Log (message)
-
Logs a message to the libtwdll.log file.
Parameters:
- message string The message to write to the log.
- luaopen_libtwdll (L)
-
Initializes all twdll submodules and registers them in Lua.
Parameters:
- L lua_State
Returns:
-
integer
always 1 (returns the main twdll table)