Search code examples
How to call lua functions from another language...


lualuaclua-c++-connection

Read More
Lua table created in C returns strange values for integers...


lualua-tablelua-c++-connection

Read More
Lua, game state and game loop...


c++luagame-looplua-c++-connection

Read More
Why is this program using negative ints specifically?...


c++clua-apilua-c++-connection

Read More
Does Lua automatically free userdata?...


c++lualua-apilua-c++-connection

Read More
Read both key and values of a nested lua script in C/C++...


c++lualua-tablelua-c++-connection

Read More
simple Lua corotine test crashed at first run...


c++luacoroutinelua-c++-connection

Read More
Lua C - Is there a way to keep a value in C, but still have it not garbage collected?...


lualuaclua-c++-connection

Read More
Is there a simple way to convert a lua table to a C++ array or vector?...


luapackage-managerslua-c++-connection

Read More
Function without brackets lua c++...


lualua-c++-connection

Read More
What is the difference between Lua registry with light userdata and references?...


c++clualua-apilua-c++-connection

Read More
Cannot Load C dynamic library with C Program compile with liblua.a (lua5.3)...


gccluadynamic-librarylua-5.3lua-c++-connection

Read More
what does lua_rotate do?...


lualua-c++-connection

Read More
How to print out errors in the console with the C API for Lua...


c++cerror-handlinglualua-c++-connection

Read More
Lua c++ lib sethook: Gives error with hook function arg...


c++lualua-c++-connection

Read More
Multiple scripts in a single Lua state and working with _ENV...


c++11lualua-apilua-c++-connection

Read More
lua - store closure in C, invoke async in C...


c++clualua-apilua-c++-connection

Read More
Nested table built with Lua C API crashes...


lualua-tablelua-c++-connection

Read More
How to create table in table in Lua 5.1 using C-API?...


lua-5.1lua-c++-connection

Read More
How to create Lua table with name C-API...


lualua-tablelua-apilua-c++-connection

Read More
Storing and Returning Lua Userdata...


c++lualua-5.2lua-userdatalua-c++-connection

Read More
luaL_dostring puts nothing on the stack?...


c++lualua-c++-connection

Read More
Simplest lua function that returns a vector of strings...


c++lualua-c++-connection

Read More
Register C function in Lua table...


c++lualua-c++-connection

Read More
Lua and C++: separation of duties...


c++oopluamodularitylua-c++-connection

Read More
BackNext