Files | |
file | luaif.c |
LUA engine handling functions. | |
file | luaif.h |
Interface to LUA engine. | |
Functions | |
int | lua_supported (void) |
test if LUA is supported. | |
void | luaif_init (void) |
Initialise the LUA module. | |
void | luaif_runfile (char *fn) |
Run a script from a file. | |
void | luaif_runstring (char *s) |
Run a script from a string. |
|
test if LUA is supported.
|
|
Run a script from a file.
Definition at line 372 of file luaif.c. Referenced by cfg_parse_cmdline(), and ws_load_file(). |
|
Run a script from a string.
Definition at line 380 of file luaif.c. Referenced by cfg_parse_cmdline(). |