Static Public Methods |
| int | dofile (char *filename) |
| int | dostring (char *string) |
| | param: filename - the script file nameretval: the return code.
|
| void | error (char *message) |
| | param: string - the lua stringretval: the return code.
|
| CL_LuaObject | getparam (int number) |
| | param: message - the error message.
|
| CL_LuaObject | getresult (int number) |
| | param: number: the numberretval: the return code.
|
| CL_LuaObject | getglobal (char *var) |
| | param: number: the numberretval: the return code.
|
| CL_LuaObject | setfallback (char *name, lua_CFunction fallback) |
| | param: var: the name of the global variableretval: the return code.
|
| void | record (char *name, lua_CFunction func) |
| | param: name - the name of the fallbackparam: fallback - pointer to the functionretval: the return code.
|
| CL_LuaObject | createObject (lua_Object lo) |
| | param: name - the name of the functionparam: func - pointer to the function.
|
| void | open () |
| | param: obj - the objectretval: the return code.
|
| void | close () |
| void | iolibopen (void) |
| void | strlibopen (void) |
| void | mathlibopen (void) |
| void | dblibopen (void) |