Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

lua_open returns null using luaJIT

c++ lua embedding luajit lua-api

How to create nested Lua tables using the C API

c++ lua lua-table lua-api

Execution time limit for a Lua script called from the C API

c++ c lua lua-api

Print stacktrace from C code with embedded lua