cd.lua5_private

\file \brief Private Lua 5 Binding Functions

See Copyright Notice in cd.h

Members

Aliases

cdluaCallback
alias cdluaCallback = _cdluaCallback
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdluaContext
alias cdluaContext = _cdluaContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdluaImageChannel
alias cdluaImageChannel = _cdluaImageChannel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdluaImageMap
alias cdluaImageMap = _cdluaImageMap
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdluaImageRGB
alias cdluaImageRGB = _cdluaImageRGB
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdluaImageRGBA
alias cdluaImageRGBA = _cdluaImageRGBA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdluaLuaState
alias cdluaLuaState = _cdluaLuaState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdluaPalette
alias cdluaPalette = _cdluaPalette
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdluaPattern
alias cdluaPattern = _cdluaPattern
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdluaStipple
alias cdluaStipple = _cdluaStipple
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

cdlua_addcontext
void cdlua_addcontext(lua_State* L, cdluaLuaState* cdL, cdluaContext* luactx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkbitmap
cdBitmap* cdlua_checkbitmap(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkchannel
cdluaImageChannel* cdlua_checkchannel(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkcolor
long cdlua_checkcolor(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkimage
cdImage* cdlua_checkimage(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkimagemap
cdluaImageMap* cdlua_checkimagemap(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkimagergb
cdluaImageRGB* cdlua_checkimagergb(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkimagergba
cdluaImageRGBA* cdlua_checkimagergba(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkpalette
cdluaPalette* cdlua_checkpalette(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkpattern
cdluaPattern* cdlua_checkpattern(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkstate
cdState* cdlua_checkstate(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_checkstipple
cdluaStipple* cdlua_checkstipple(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_getcontext
cdluaContext* cdlua_getcontext(lua_State* L, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_getplaystate
lua_State* cdlua_getplaystate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_getstate
cdluaLuaState* cdlua_getstate(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_initdrivers
void cdlua_initdrivers(lua_State* L, cdluaLuaState* cdL)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_kill_active
void cdlua_kill_active(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.
cdlua_open_active
void cdlua_open_active(lua_State* L, cdluaLuaState* cdL)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_open_canvas
void cdlua_open_canvas(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_pushbitmap
void cdlua_pushbitmap(lua_State* L, cdBitmap* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushchannel
void cdlua_pushchannel(lua_State* L, ubyte* channel, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushcolor
void cdlua_pushcolor(lua_State* L, long color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushimage
void cdlua_pushimage(lua_State* L, cdImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushimagemap
void cdlua_pushimagemap(lua_State* L, ubyte* index, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushimagergb
void cdlua_pushimagergb(lua_State* L, ubyte* red, ubyte* green, ubyte* blue, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushimagergb_ex
void cdlua_pushimagergb_ex(lua_State* L, ubyte* red, ubyte* green, ubyte* blue, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushimagergba
void cdlua_pushimagergba(lua_State* L, ubyte* red, ubyte* green, ubyte* blue, ubyte* alpha, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushimagergba_ex
void cdlua_pushimagergba_ex(lua_State* L, ubyte* red, ubyte* green, ubyte* blue, ubyte* alpha, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushpalette
void cdlua_pushpalette(lua_State* L, long* palette, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushpattern
void cdlua_pushpattern(lua_State* L, long* pattern, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushstate
void cdlua_pushstate(lua_State* L, cdState* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_pushstipple
void cdlua_pushstipple(lua_State* L, ubyte* stipple, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_register_funcs
void cdlua_register_funcs(lua_State* L, const(luaL_Reg)* funcs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_register_lib
void cdlua_register_lib(lua_State* L, const(luaL_Reg)* funcs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cdlua_setplaystate
void cdlua_setplaystate(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.

Structs

_cdluaCallback
struct _cdluaCallback
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_cdluaContext
struct _cdluaContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_cdluaImageChannel
struct _cdluaImageChannel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_cdluaImageMap
struct _cdluaImageMap
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_cdluaImageRGB
struct _cdluaImageRGB
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_cdluaImageRGBA
struct _cdluaImageRGBA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_cdluaLuaState
struct _cdluaLuaState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_cdluaPalette
struct _cdluaPalette
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_cdluaPattern
struct _cdluaPattern
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_cdluaStipple
struct _cdluaStipple
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_Reg
struct luaL_Reg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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