Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

Lua


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.


Function Documentation

int lua_supported void   
 

test if LUA is supported.

Returns:
1 if supported, 0 otherwise.

Definition at line 34 of file luaif.c.

void luaif_runfile char *    fn
 

Run a script from a file.

Parameters:
fn  The filename for the script.

Definition at line 372 of file luaif.c.

Referenced by cfg_parse_cmdline(), and ws_load_file().

void luaif_runstring char *    s
 

Run a script from a string.

Parameters:
s  The script string to run.

Definition at line 380 of file luaif.c.

Referenced by cfg_parse_cmdline().


Generated on Sun May 9 19:19:27 2004 for GtkSQL by doxygen1.2.18