lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Dario,

To start with, you should not add __newindex to the registration. That will not do what you want.

If I understand you correctly, you are trying to use rawset on a userdata. That will not work, you can only rawset a real table.

It may be that Lunar is not sufficient to your needs, or at least requires some modification.

R.