[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Multistate
- From: erik@... (Erik Hougaard)
- Date: Fri, 14 Jul 2000 09:36:19 +0200
----- Original Message -----
> Multiple states are completely independent and the only way to copy stuff
> from one state to another is via C, manually. Sorry, but we can't see a
> clean solution to this.
> --lhf
A interesting thing would be a list over API commands that would work
inter-state wise.
Example:
lua_pushstring(state1,lua_getstring(state2,object))
Is this a multistate safe operation - Yes I think it is.. But a survey of
the API - or some common examples would a great :-)
/Erik