- LUA_INTEGER
alias LUA_INTEGER = ptrdiff_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_KCONTEXT
alias LUA_KCONTEXT = ptrdiff_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_NUMBER
alias LUA_NUMBER = double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_UNSIGNED
alias LUA_UNSIGNED = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_Alloc
alias lua_Alloc = void* function(void*, void*, size_t, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_CFunction
alias lua_CFunction = int function(lua_State*)
Undocumented in source.
- lua_Integer
alias lua_Integer = LUA_INTEGER
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_KContext
alias lua_KContext = LUA_KCONTEXT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_KFunction
alias lua_KFunction = int function(lua_State*, int, lua_KContext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_Number
alias lua_Number = LUA_NUMBER
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_Reader
alias lua_Reader = const(char)* function(lua_State*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_Unsigned
alias lua_Unsigned = LUA_UNSIGNED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_Writer
alias lua_Writer = int function(lua_State*, const(void)*, size_t, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUAI_MAXSTACK
enum LUAI_MAXSTACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_COLIBNAME
enum LUA_COLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_DBLIBNAME
enum LUA_DBLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_ENVIRONINDEX
enum LUA_ENVIRONINDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_ERRERR
enum LUA_ERRERR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_ERRGCMM
enum LUA_ERRGCMM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_ERRMEM
enum LUA_ERRMEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_ERRRUN
enum LUA_ERRRUN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_ERRSYNTAX
enum LUA_ERRSYNTAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_FILEHANDLE
enum LUA_FILEHANDLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_GCCOLLECT
enum LUA_GCCOLLECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_GCCOUNT
enum LUA_GCCOUNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_GCCOUNTB
enum LUA_GCCOUNTB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_GCISRUNNING
enum LUA_GCISRUNNING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_GCRESTART
enum LUA_GCRESTART;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_GCSETPAUSE
enum LUA_GCSETPAUSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_GCSETSTEPMUL
enum LUA_GCSETSTEPMUL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_GCSTEP
enum LUA_GCSTEP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_GCSTOP
enum LUA_GCSTOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_GLOBALSINDEX
enum LUA_GLOBALSINDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_IOLIBNAME
enum LUA_IOLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_LOADLIBNAME
enum LUA_LOADLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_MATHLIBNAME
enum LUA_MATHLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_MINSTACK
enum LUA_MINSTACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_MULTRET
enum LUA_MULTRET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_NOREF
enum LUA_NOREF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_NUMTAGS
enum LUA_NUMTAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OK
enum LUA_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPADD
enum LUA_OPADD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPBAND
enum LUA_OPBAND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPBNOT
enum LUA_OPBNOT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPBOR
enum LUA_OPBOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPBXOR
enum LUA_OPBXOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPDIV
enum LUA_OPDIV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPEQ
enum LUA_OPEQ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPIDIV
enum LUA_OPIDIV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPLE
enum LUA_OPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPLT
enum LUA_OPLT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPMOD
enum LUA_OPMOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPMUL
enum LUA_OPMUL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPPOW
enum LUA_OPPOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPSHL
enum LUA_OPSHL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPSHR
enum LUA_OPSHR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPSUB
enum LUA_OPSUB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OPUNM
enum LUA_OPUNM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_OSLIBNAME
enum LUA_OSLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_REFNIL
enum LUA_REFNIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_REGISTRYINDEX
enum LUA_REGISTRYINDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_RIDX_GLOBALS
enum LUA_RIDX_GLOBALS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_RIDX_LAST
enum LUA_RIDX_LAST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_RIDX_MAINTHREAD
enum LUA_RIDX_MAINTHREAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_STRLIBNAME
enum LUA_STRLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TABLIBNAME
enum LUA_TABLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TBOOLEAN
enum LUA_TBOOLEAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TFUNCTION
enum LUA_TFUNCTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TLIGHTUSERDATA
enum LUA_TLIGHTUSERDATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TNIL
enum LUA_TNIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TNONE
enum LUA_TNONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TNUMBER
enum LUA_TNUMBER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TSTRING
enum LUA_TSTRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TTABLE
enum LUA_TTABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TTHREAD
enum LUA_TTHREAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_TUSERDATA
enum LUA_TUSERDATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_VERSION_MAJOR
enum LUA_VERSION_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_VERSION_MINOR
enum LUA_VERSION_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_VERSION_NUM
enum LUA_VERSION_NUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_VERSION_RELEASE
enum LUA_VERSION_RELEASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LUA_YIELD
enum LUA_YIELD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.