Copying lua_State
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Copying lua_State
- From: "Zulfiqar Malik" <zulfiqar.malik@...>
- Date: 2005年9月23日 10:16:27 +0500
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.