Re: getglobal tag method in 4.1 work 4
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: getglobal tag method in 4.1 work 4
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2002年3月12日 07:24:44 -0300
> Can someone please tell me how to do this:
>
> lua_settagmethod( lua, LUA_TNIL, "getglobal" );
>
> with the new meta table stuff.
Try setting the "index" field in the metatable of the global table. Wow.
--lhf