Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua-api

How to get metatable set by lua from Lua C API

c lua lua-api

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

seeking a "weak Lua registry"

lua lua-api

How can I pre-compile the Lua that I pass to luaL_loadbuffer()?

lua lua-api

Getting array value from index using Lua C Api

c lua lua-table lua-api

Lua C API How to determine were function called as class member or just function from table?

c++ c lua lua-api

Lua C++ userdata matrix access to elements

c++ lua lua-api meta-method

Lua arguments at wrong memory location

c++ exception lua lua-api

tolua++: Transfer pointer ownership to lua gc

c++ lua lua-api tolua++

Should we explicitly cast from Lua's luaL_checkinteger() et al?

c lua lua-api lua-5.3

Lua package containing subpackages

lua lua-api

How to return a list of values from Lua to C and print them one by one?

c lua lua-api

LUA_HOOKRET not working when function is called inside return

lua lua-api

Self referencing userdata and garbage collection

c lua lua-api

C++ and Lua integration with arguments (...) (Lua 5.1)

c++ lua lua-api

Multiple scripts in a single Lua state and working with _ENV

How to create Lua table with name C-API

Read Lua table from C

c lua lua-table lua-api

Weak table and GC finalizer using C API