Re: Unique object references
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Unique object references
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 9 Dec 2006 09:24:33 -0200
> Is there any way to get a state-wide unique reference to any
> particular object in the state?
The value itself is a good reference. Or you can try lua_topointer.
--lhf