lua-users home
lua-l archive

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


> 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