bindbc.lua.v51

Undocumented in source.

Modules

binddynamic
module bindbc.lua.v51.binddynamic
Undocumented in source.
bindstatic
module bindbc.lua.v51.bindstatic
Undocumented in source.
types
module bindbc.lua.v51.types
Undocumented in source.

Public Imports

bindbc.lua.v51.types
public import bindbc.lua.v51.types;
bindbc.lua.v51.bindstatic
public import bindbc.lua.v51.bindstatic;
bindbc.lua.v51.binddynamic
public import bindbc.lua.v51.binddynamic;

Members

Aliases

lua_open
alias lua_open = lua_newstate
Undocumented in source.
lua_strlen
alias lua_strlen = lua_objlen
Undocumented in source.

Functions

luaL_addchar
void luaL_addchar(luaL_Buffer* B, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_addsize
void luaL_addsize(luaL_Buffer* B, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_argcheck
void luaL_argcheck(lua_State* L, bool cond, int arg, const(char)* extramsg)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_checkint
int luaL_checkint(lua_State* L, int arg)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_checklong
c_long luaL_checklong(lua_State* L, int arg)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_checkstring
const(char)* luaL_checkstring(lua_State* L, int arg)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_dofile
bool luaL_dofile(lua_State* L, const(char)* filename)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_dostring
bool luaL_dostring(lua_State* L, const(char)* str)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_getmetatable
void luaL_getmetatable(lua_State* L, const(char)* tname)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_optint
int luaL_optint(lua_State* L, int arg, int d)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_optlong
c_long luaL_optlong(lua_State* L, int arg, int d)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_optstring
const(char)* luaL_optstring(lua_State* L, int arg, const(char)* d)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_typename
const(char)* luaL_typename(lua_State* L, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_getgccount
int lua_getgccount(lua_State* L)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_getglobal
void lua_getglobal(lua_State* L, const(char)* s)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_getregistry
void lua_getregistry(lua_State* L)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_isboolean
bool lua_isboolean(lua_State* L, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_isfunction
bool lua_isfunction(lua_State* L, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_islightuserdata
bool lua_islightuserdata(lua_State* L, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_isnil
bool lua_isnil(lua_State* L, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_isnone
bool lua_isnone(lua_State* L, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_isnoneornil
bool lua_isnoneornil(lua_State* L, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_istable
bool lua_istable(lua_State* L, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_isthread
bool lua_isthread(lua_State* L, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_newtable
void lua_newtable(lua_State* L)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_pop
void lua_pop(lua_State* L, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_pushcfunction
void lua_pushcfunction(lua_State* L, lua_CFunction f)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_pushliteral
void lua_pushliteral(lua_State* L, const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_register
void lua_register(lua_State* L, const(char)* n, lua_CFunction f)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_setglobal
void lua_setglobal(lua_State* L, const(char)* s)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_tostring
const(char)* lua_tostring(lua_State* L, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_upvalueindex
int lua_upvalueindex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta