Lua - Why are C functions returned as userdata?...
Read Moreretrieving the module object on Lua...
Read MoreLua c API change library after creation...
Read MoreLua c API - Add number to new lib...
Read MoreLua registered C function calling another one...
Read MoreMultiple scripts in a single Lua state and working with _ENV...
Read MoreWithout knowing the userdata implementation, can I use its fields from inside C++?...
Read MoreExecuting a function for dissection in a Lua Wireshark dissector?...
Read MoreWhat's the difference between "dofile" in lua and "luaL_dofile" in the C API...
Read Moretolua++: Transfer pointer ownership to lua gc...
Read Moreaccess nested tables from Lua to C to get values...
Read Morelua - store closure in C, invoke async in C...
Read MoreWhy the c++ object destructor not called when luaL_error is called?...
Read MoreCall a function returned by a lua script from C...
Read MoreLua userdata array access and methods...
Read MoreHow to create nested Lua tables using the C API...
Read MoreHow to create Lua table with name C-API...
Read MoreHow to check if two values in Lua are primitively equal?...
Read MoreInsert function inside subtable using Lua C API...
Read MoreHow to register C++ class constructor to Lua userdata and use it by default...
Read MoreLua sandbox _ENV with personal baselib (require, assert etc)...
Read MoreLua C API How to determine were function called as class member or just function from table?...
Read MoreHow to limit the amount of characters in a Lua string...
Read MoreSet methods to lua tables from C/C++/Rust...
Read MoreHow to compare 2 functions passed as argument...
Read More