Search code examples
Lua - Why are C functions returned as userdata?...

clualua-apimetatable

Read More
Read Lua table from C...

clualua-tablelua-api

Read More
retrieving the module object on Lua...

lualua-api

Read More
Lua c API change library after creation...

clualua-apilua-5.2

Read More
Lua c API - Add number to new lib...

lualua-api

Read More
duktape closure registration...

c++lua-apiduktape

Read More
Lua registered C function calling another one...

clualua-api

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

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

Read More
Without knowing the userdata implementation, can I use its fields from inside C++?...

lualua-api

Read More
Executing a function for dissection in a Lua Wireshark dissector?...

luawiresharkwireshark-dissectorlua-api

Read More
What's the difference between "dofile" in lua and "luaL_dofile" in the C API...

clualua-api

Read More
tolua++: Transfer pointer ownership to lua gc...

c++lualua-apitolua++

Read More
access nested tables from Lua to C to get values...

clualua-tablelua-apinested-table

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

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

Read More
Primary source for WoW lua API?...

luaadd-onworld-of-warcraftlua-api

Read More
Why the c++ object destructor not called when luaL_error is called?...

c++lualua-api

Read More
Lua Meta Event Argument Order...

c++clualua-apimetatable

Read More
Call a function returned by a lua script from C...

lualua-api

Read More
Lua userdata array access and methods...

clualua-apilua-userdata

Read More
How to create nested Lua tables using the C API...

c++lualua-tablelua-api

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

lualua-tablelua-apilua-c++-connection

Read More
How to check if two values in Lua are primitively equal?...

luacomparisonlua-apic-api

Read More
Insert function inside subtable using Lua C API...

clualua-api

Read More
How to register C++ class constructor to Lua userdata and use it by default...

c++lualua-api

Read More
Lua sandbox _ENV with personal baselib (require, assert etc)...

luasandboxlua-api

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

c++clualua-api

Read More
how to call lua operator in c?...

clualua-api

Read More
How to limit the amount of characters in a Lua string...

clualua-api

Read More
Set methods to lua tables from C/C++/Rust...

cluarustlua-tablelua-api

Read More
How to compare 2 functions passed as argument...

lualua-api

Read More
BackNext