[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua 4.0 - Tagmethod question
- From: Matt Holmes <kerion@...>
- Date: Tue, 22 Oct 2002 20:37:16 -0500
Hi guys,
I am sure this has been asked before (I couldn't find it in the archives), and
I know 4.0 is getting a little dated...but I have a quick question about the
"setglobal" tagmethod. Is there any way to set that on all tags?
lua_settagmethod() does not accept LUA_ANYTAG.
Basically I need to check to see if a global is in a list of "read-only"
variables during the setglobal tag method, so I can stop the user from
over-writing those variables.
Thanks guys,
Matt