lua-users home
lua-l archive

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


>Will it still be possible to identify what type a userdata object is
>at runtime?

Yes, by its "handler-table". If this is not conveninent, you can use the
registry to map the table to numbers or names. Or add a name field to the
handler table. This will probably be added to lauxlib.
--lhf