[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua Multistate
- From: Falko Poiker <fpoiker@...>
- Date: Thu, 13 Jul 2000 18:57:42 -0700
I have a few questions about the lua multistate implementation in 4.0 alpha.
Presumably, tag methods that I set in one state won't be set in a new state,
right?
If not, is there a "lua_copystate" function so that I can copy all the tag
methods I've set, types I've created and functions I've registered to a
newly created state?
Falko