Search code examples
Lua how put userdata to C closure from metatable __index?...

cluaclosuresmetatable

Read More
Lua - trying to create a good Vec2 class...

ooplualove2dmetatablemeta-method

Read More
What exactly is setmetatable, and how do I avoid it for security reasons?...

lualua-tablemetatablenlua

Read More
How to get data from table in Lua...

arrayslualua-tablemetatable

Read More
How to log nested table accesses/writes?...

luametatable

Read More
How to get __metatable function to be called?...

luametatablemeta-method

Read More
Why doesn't love2d use my custom-defined pairs metamethod?...

lualove2dmetatablemeta-method

Read More
__tostring in custom classes Lua...

luatostringmetatable

Read More
What's the VERSION column in BATCH_JOB_INSTANCE of Spring batch meta tables?...

spring-batchversionmetatable

Read More
Why does this function run as a global variable, but not as a local one?...

variablesluagloballocalmetatable

Read More
Lua - How would I break meta tables or make them unuseable?...

luametatable

Read More
How to change a table's metatable but inherit it's own methods in Lua...

luametatable

Read More
What's difference between "t1.__index = t2" and "setmetatable(t1, {__index = t2})...

ooplualua-tablemetatable

Read More
Lua: Expression from metatable returns nil instead of false...

luaexpressionmetatable

Read More
Lua: extending userdata in metatables...

luametatablelua-userdata

Read More
Lua - Why are C functions returned as userdata?...

clualua-apimetatable

Read More
table.insert doesn't trigger __index?...

luametatable

Read More
Emulating c++ 'using namespace' via _ENV...

luametatablelua-5.2meta-methodlua-5.3

Read More
Lua complex number class arithmetic...

oopluametatable

Read More
why can you set __index equal to a table...

luametatablemeta-method

Read More
Print a table without metatables in Lua...

lualua-tablemetatable

Read More
Setting a meta table: Advantage of reference vs inline?...

memoryluametatable

Read More
Lua - understanding setmetatable...

lualua-tabletorchmetatable

Read More
lua which operators can be overloaded...

luaoperatorslua-tablemetatable

Read More
I need clarification on Metatable.__index...

luametatable

Read More
Trying to make a lua proxy with metatables...

luahookmetatable

Read More
How to use __index as a function?...

functionlualua-tablemetatable

Read More
Removing Metatables from a table in Lua...

luagarbagemetatable

Read More
Lua Meta Event Argument Order...

c++clualua-apimetatable

Read More
Lua userdata: Unable to have simultaneous array access and methods...

capiluametatablelua-userdata

Read More
BackNext