[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: getglobal tag method in 4.1 work 4
- From: Guy English <guy.english@...>
- Date: Mon, 11 Mar 2002 21:47:45 -0500
Hi,
Can someone please tell me how to do this:
lua_settagmethod( lua, LUA_TNIL, "getglobal" );
with the new meta table stuff. The meta table section in the
manual has yet to be written and in the compatibility code I found it
mentions that "getglobal" is obsolete. I'd like to catch misses on
global names so I can't pass off my own stuff.
Thanks for any help,
Guy