cd.lua

\file \brief Lua Binding Control

See Copyright Notice in cd.h

Members

Functions

cdlua_checkcanvas
cdCanvas* cdlua_checkcanvas(int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkcanvas
cdCanvas* cdlua_checkcanvas(lua_State* L, int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_close
int cdlua_close(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_getcanvas
cdCanvas* cdlua_getcanvas()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_getcanvas
cdCanvas* cdlua_getcanvas(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_open
int cdlua_open(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushcanvas
void cdlua_pushcanvas(cdCanvas* canvas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushcanvas
void cdlua_pushcanvas(lua_State* L, cdCanvas* canvas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

lua_State
struct lua_State
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta