[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Manupulating Objects within Lua
- From: "Vincent PENQUERC'H" <vpenquerch@...>
- Date: Mon, 4 Oct 1999 11:44:32 +0200
>What information do I need to save for each member to be able to
>retrieve and modify the object later. My first try (And basicly all my
>tries in different shapes) is releated to save the lua_Object for the
>table and the index .. But this seems to go wrong.. Is the lua_Object a
>safe value to save outside blocks ? Is there an easier way
I guess a reference should do the trick. lua_Objects not locked could be
GC'd between blocks (manual says it is good practice to not use raw
lua_Objects but convert them ASAP).
--vp
Windows is slow and crashaholic ? Linux is too hard to learn ? Try BeOS
!