[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: setfenv question
- From: "D Burgess" <dburgess@...>
- Date: Sat, 23 Sep 2006 21:09:57 +1000
So lua_setfenv() on the thread has the same result as
lua_replace(L,LUA_GLOBALSINDEX);
If not, whats the difference?