Lua switch like statement with case fallthroughs, accessible via C api...
Read MoreSelf referencing userdata and garbage collection...
Read MoreTest if Lua number is integer or float...
Read MoreWhy is this program using negative ints specifically?...
Read MoreDoes Lua automatically free userdata?...
Read MoreLUA_HOOKRET not working when function is called inside return...
Read MoreCalling Lua Function from C: Minimal example results in LUA_ERRRUN...
Read MoreHow do user values in Lua C API and lua_newuserdatauv function in particular work?...
Read MoreHow to properly register a C++ class in lua for multiple calls...
Read MoreNot able to modify C++ object passed as parameter to Lua function...
Read MoreWhat is the difference between lua_getmetatable and luaL_getmetatable...
Read MoreluaL_loadbufferx returns syntaxerrors...
Read MoreHow to create a multi-dimensional Lua table with Lua C Api...?...
Read MoreHow can I read and write to nested lua tables from C++?...
Read MoreHow to create Lua table from C structure...
Read MoreIs a string necessarily smaller than a Vector3 in storage?...
Read MoreLua crashed when metatable __index pointing to a function and returned value is not used...
Read MoreIs it harmless to luaL_unref twice?...
Read MoreHow to get metatable set by lua from Lua C API...
Read MoreHow to find how many items(values) are in lua stack...
Read MoreCan you check what I understood about lua stack is right?...
Read MoreCan I pass a value from my C host through Lua to a callback C function?...
Read MoreHow can I get list of all table names in .lua script using Lua C API?...
Read MoreStrange lua push/pop behavior with the C API...
Read MoreWhat is the difference between Lua registry with light userdata and references?...
Read MoreEditing memory with a custom function in Lua C API...
Read MoreHow does luabind implicitly cast objects?...
Read Morerequire()ing a dll within a subdirectory in Lua...
Read More