Re: Copying lua_State
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Copying lua_State
- From: Ben Sunshine-Hill <sneftel@...>
- Date: 2005年9月22日 22:20:52 -0700
For the special case of copying absolutely everything in the state,
the lper library may be useful for you. It's at
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lper .
Ben
On 9/22/05, Zulfiqar Malik <zulfiqar.malik@itrango.com> wrote:
> Can someone tell me how i can make an exact duplicate (/clone/copy) of a
> lua_State such that the stack and tables are intact? I need this for a
> special purpose. Is there any public implementation for such a method
> because i think that the basic lua library does not provide anything of this
> sort.
>
> Thanks in advance.
>
> Regards,
> Zulfiqar Inayat Malik.
>
>