Typically it refers to a feature of Lua which allows a programmer to change the behaviour of tables.
I asked earlier why my methods for a metatable weren't being located by Lua, and was told that by setting __…
Well i have some trouble removing an object from the game, the thing is that i have a player class (…