lua-users home
lua-l archive

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


So lua_setfenv() on the thread has the same result as

lua_replace(L,LUA_GLOBALSINDEX);

If not, whats the difference?