Search code examples
Lua "attempt to index a nil value": indexing nested tables, where several tables might be ...


luanested-tablemetatable

Read More
Recursive metamethod __index?...


luametatable

Read More
Lua __lt not working with table.sort even though it is defined...


luametatable

Read More
How to use metatables to monitor changes made to an embedded table? (Lua)...


luametatable

Read More
__add not working in custom Vector3 class...


luametatable

Read More
Lua given table A with metatable B, have functions in B defer to properties in A *before* identicall...


inheritanceluarobloxmetatableluau

Read More
Lua Metatables - calling functions with colon syntax...


luaselfmetatable

Read More
Lua the __ipairs function implemented does not end the loop...


luametatable

Read More
luajit how to automatically set default metatable to every newly created table?...


lualuajitmetatable

Read More
What is the difference between lua_getmetatable and luaL_getmetatable...


lualua-apimetatable

Read More
Nesting of operators in Lua does not give correct answer...


luaoperatorslua-tableevaluationmetatable

Read More
Why in lua, whith metavalue __index, t = {_index} is nil?...


luametatable

Read More
Currying operations in lua...


lualua-tableevaluationmetatablemeta-method

Read More
Retrieve an attribute from the same table in LUA...


lualua-tablemetatable

Read More
Setting multiplication operator through metatable in specific environment in Lua...


luaoperatorsevaluationmetatablemeta-method

Read More
Lua: Is there a way to get a tables metatable...


luametatable

Read More
Random number generation problem with meta table...


randomluametatable

Read More
Why does setting the value of nested table set the metatable's table?...


luametatable

Read More
(Lua) Simple metatable in another file...


moduleluametatable

Read More
Lua Get/Set Metatable...


luametatable

Read More
Editing multidimensional table with uncertain dimensions in Lua...


lualua-tablemetatable

Read More
Why does an error pop up after trying to append?...


lualua-tablemetatable

Read More
Ignoring metatable in Lua?...


luadrawmetatable

Read More
Lua - C++ object metatable returns nil...


c++reflectionluametatable

Read More
Lua modify metatable properties from parent table...


luametatable

Read More
Is there a way to know if there is a key added or removed from an array in lua?...


luametatablemeta-method

Read More
how to make then __index and __newindex detect table.index...


indexingluametatablemeta-method

Read More
what kind of metamethods are these, why they exist and how they are created...


luametatablemeta-method

Read More
How to understand metatable in Lua?...


luatorchmetatable

Read More
Lua how put userdata to C closure from metatable __index?...


cluaclosuresmetatable

Read More
BackNext