lua-users home
lua-l archive

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


> 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.