Search code examples
Difference in Lua metatable __index positioning...


inheritanceluaprototypemetatable

Read More
Lua: Querying the name of the metatable of a userdata object...


cluametatable

Read More
Lua, 2-dim. array metatable getting value when "nil"...


indexingluametatable

Read More
Lua, which way to do class-table and instantiation?...


classluainstantiationlua-tablemetatable

Read More
Metatable is not indexed, even though setmetatable is used...


lualua-tablemetatablelua-5.1lua-5.3

Read More
Lua _G metatable not working...


luametatable

Read More
attaching metatables within tabes...


lualua-tablemetatablemeta-method

Read More
Metatables, attempt to call method 'rename' (a nil value)...


lualua-tablemetatable

Read More
Adding _concat to numbers to create number ranges - am I mad?...


luanumbersrangeconcatenationmetatable

Read More
How do we change the way print displays a table...


lualua-tablemetatablemeta-method

Read More
Does next() look for a __pairs metamethod?...


luametatablemeta-method

Read More
Lua Metatables Attempt to Index?...


luametatable

Read More
Lua String Append...


functionluametatable

Read More
Lua metatable, how to forward undefined functions?...


lualua-tablemetatable

Read More
How to loop through a table in Corona?...


loopsluacoronasdkmetatable

Read More
Adding a userdata metatable to a lua table...


c++luametatablelua-api

Read More
Confusion of using "." notation with __index and namespace in Lua...


luanamespacesmetatablemeta-method

Read More
How does setmetatable() work and why the metatable is needed in the linked list in lua...


lualua-tablemetatablemeta-method

Read More
Lua 5.2 - C++ object within an object (using lua_lightuserdata)...


c++objectluametatablelua-api

Read More
How to fix this unpack issue?...


luametatablemeta-method

Read More
Why does this cause a C stack overflow?...


luastack-overflowlua-tablemetatablemeta-method

Read More
lua metatable help (generating monsters within game)...


luametatable

Read More
Lua table length function override not working...


lualua-tablemetatable

Read More
Metatable issue...


luametatable

Read More
Nested Lua Metatables in C...


cluametatablelua-api

Read More
modify # operator in lua...


luaoperator-overloadinglua-tablemetatablemeta-method

Read More
Lua metatables: class fields vs instance fields...


luacoronasdkmetatable

Read More
time complexity of metatable in Lua when accessing...


lualua-tablemetatable

Read More
Lua override # for strings...


luaoperator-overloadingmetatablemeta-method

Read More
Does Lua __gc metamethod now work for table (Lua 5.2.1) ?...


garbage-collectionluadestructormetatable

Read More
BackNext