|
I forgot to mention this is for userdata on the C/C++ side, not for a pure Lua implemented class/object setup. --- In lua-l@y..., Denis Andreev <denq@m...> wrote: > > k> I currently use : > k> foo = new_ObjectName(params) > > For all objects we use: > object = Object { <params> } > > --Denq