Re: how to transfer Lua Function and function params between different Lua state?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: how to transfer Lua Function and function params between different Lua state?
- From: Kevin Martin <kev82@...>
- Date: 2012年11月25日 10:50:22 +0000
Depending on your requirements you could write the Lua code you want to execute as text, and then compile it in the new state - I do this a lot. However, if that's not enough, then I suggest looking into the Pluto library.
Thanks,
Kev