Difference in Lua metatable __index positioning...
Read MoreLua: Querying the name of the metatable of a userdata object...
Read MoreLua, 2-dim. array metatable getting value when "nil"...
Read MoreLua, which way to do class-table and instantiation?...
Read MoreMetatable is not indexed, even though setmetatable is used...
Read Moreattaching metatables within tabes...
Read MoreMetatables, attempt to call method 'rename' (a nil value)...
Read MoreAdding _concat to numbers to create number ranges - am I mad?...
Read MoreHow do we change the way print displays a table...
Read MoreDoes next() look for a __pairs metamethod?...
Read MoreLua metatable, how to forward undefined functions?...
Read MoreHow to loop through a table in Corona?...
Read MoreAdding a userdata metatable to a lua table...
Read MoreConfusion of using "." notation with __index and namespace in Lua...
Read MoreHow does setmetatable() work and why the metatable is needed in the linked list in lua...
Read MoreLua 5.2 - C++ object within an object (using lua_lightuserdata)...
Read MoreWhy does this cause a C stack overflow?...
Read Morelua metatable help (generating monsters within game)...
Read MoreLua table length function override not working...
Read MoreLua metatables: class fields vs instance fields...
Read Moretime complexity of metatable in Lua when accessing...
Read MoreDoes Lua __gc metamethod now work for table (Lua 5.2.1) ?...
Read More