lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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