[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua references
- From: Steve Dekorte <steve@...>
- Date: Mon, 5 Jan 98 19:25:27 -0800
> >lua_ref() returns a different number each time I call it even if the
> >argument is the same object. Is there any way to get a unique identifier for
> >a lua object?
>
>Of course it does...
All that makes sense to me and is exactly what I had expected but the
following isn't true when I try it:
>get_ref(a_lua_ref) == get_ref(b_lua_ref)
Steve