ClanSoft logo
ClanSoft logo

    CL_Lua

CL_Lua class

Description

Binds global functions of Lua API. Refer to Lua manual for details.

Class members

static int dofile(char *filename)
static int dostring(char *string)
static void error(char* message)
static CL_LuaObject getparam(int number)
static CL_LuaObject getresult(int number)
static CL_LuaObject getglobal(char* var)
static CL_LuaObject setfallback( char* name, lua_CFunction fallback)
static void record( char* name, lua_CFunction func)
static CL_LuaObject createObject(lua_Object lo)
static void iolibopen(void)
static void strlibopen(void)
static void mathlibopen(void)
static void dblibopen(void)

See Also

None


Back to index



This page was built using the Perceps documentation system.