Bind c++ static functions from another class to Lua...
Read MoreHow to return a list of values from Lua to C and print them one by one?...
Read MoreWhen writing a Lua-facing function in C, what's a good way to check if an argument supports tabl...
Read MoreDetails about function arguments through Lua C API...
Read MoreAmend values of a Lua table using c-api...
Read Moreseeking a "weak Lua registry"...
Read MoreCan I initialize and work with two Lua buffers at the same time?...
Read Morelua_isstring() check for real strings in Lua...
Read MoreHow do I create a Lua module inside a Lua module in C?...
Read MoreStoring a C structure in the Lua registry...
Read MoreLua C++ userdata matrix access to elements...
Read MoreEquality operator on mixed types in Lua...
Read MoreHow do I set, via the lua C API, the environment table for a chunk of lua code prior to running it?...
Read MorePrint stacktrace from C code with embedded lua...
Read Morelua_open returns null using luaJIT...
Read MoreLua pass table to function, modify it and get it back in C++...
Read MoreExecution time limit for a Lua script called from the C API...
Read MoreIterating over table of tables with the Lua C API...
Read MoreaddEventListner not working in Lua...
Read MoreC++ Lua Getting Value From Lua Table...
Read MoreLua table of string values as parameter in C function...
Read MoreGet table as auto argument when calling C function from the same table field...
Read MoreExtract userdata from table,using lua c API...
Read MoreError loading module undefined symbol: luaL_setfuncs...
Read MoreC++ and Lua integration with arguments (...) (Lua 5.1)...
Read Morelua_Integer and lua_createtable (table size limit)...
Read MoreAdding a userdata metatable to a lua table...
Read MoreWeak table and GC finalizer using C API...
Read MoreHow can I pre-compile the Lua that I pass to luaL_loadbuffer()?...
Read More