hugeblank / allium

Lua script loader and API for easy Minecraft modding
MIT License
41 stars 8 forks source link

UserDataFactory missing __pairs metamethod #30

Closed hugeblank closed 2 years ago

hugeblank commented 2 years ago

UserData handled by the factory should provide a pairs metamethod that allows the user to iterate over method name, value pairs. I think that's all we need to completely mirror functionality of a table.

Lua Reference