Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

lua_Integer and lua_createtable (table size limit)

c lua lua-api lua-5.3

Lua userdata array access and methods

c lua lua-api lua-userdata

lua c read nested tables

c linux lua lua-table lua-api

Get Lua table size in C

c lua lua-table lua-api lua-5.1

How to execute an untrusted Lua file in its own environment from the C API

c++ c lua lua-api

Primary source for WoW lua API?

Get all errors from lua_pcall(L, 0, 0, 0)

c++ lua lua-api

Iterating over table of tables with the Lua C API

c lua lua-table lua-api

Cloning a Lua table in Lua C API

c lua lua-api