Re: about the next version
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: about the next version
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2001年12月20日 07:16:09 -0200
>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