List Question
20 TechQA 2024-02-10T22:37:52.657000Lua __index method not executing on read
83 views
Asked by Roland
Currying operations in lua
117 views
Asked by mathsbeauty
Setting addition operator through metatable in Lua
388 views
Asked by mathsbeauty
Setting multiplication operator through metatable in specific environment in Lua
266 views
Asked by mathsbeauty
__pairs() and __ipairs() metamethods does not work at all
623 views
Asked by Nail
Is it possible to add custom methods to types/classes?
209 views
Asked by FrostDracony
Is there a way to know if there is a key added or removed from an array in lua?
349 views
Asked by baked
how to make then __index and __newindex detect table.index
824 views
Asked by Vinni Marcon
Assigned value suddenly dissapeared, any explanation?
43 views
Asked by BlaztOne
what kind of metamethods are these, why they exist and how they are created
210 views
Asked by Vinni Marcon
Make __call metamethod as iterator
618 views
Asked by craftersmine
Lua __eq on tables with different metatables
2.3k views
Asked by SkryptX
Lua - trying to create a good Vec2 class
410 views
Asked by roydbt
How do I check the argument type in a lua function call?
825 views
Asked by sgowd
How to get __metatable function to be called?
686 views
Asked by incapaz
Why doesn't love2d use my custom-defined pairs metamethod?
177 views
Asked by Josie Thompson
in Lua 5.x what is Lua 4.0 "gettable" and "settable" event used to set tagmethods (like metamethods)?
308 views
Asked by Laurent
implementing __index metafunction in C/c++
1.6k views
Asked by Danny Diaz
Access to pointers inside __eq meta method?
157 views
Asked by Hatefiend