[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Newbie question: Combining either scripts or lua_State variables
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 14 Aug 2006 08:37:34 -0300
> 1. Is it possible to load sequentially two different scripts related to
> the same lua_State variable?
Yes.
> 2. Is it possible to have two (or more) lua_State variables in the same
> application and working at the same time? If it is.
Yes.
> a. Could them have a set of different scripts loaded?
Yes.
> b. Could them access the functionalities stored in the script belonging
> to the other lua_State variable?
No.