[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Metatables are "hard" (Re: Question about __index and classes)
- From: Richter, Jörg <Joerg.Richter@...>
- Date: Sun, 11 Sep 2011 14:26:35 +0000
> In Lua you cannot sandbox a metatable away. An offending script still
> might just call getmetatable.
Then use __metatable:
http://www.lua.org/manual/5.1/manual.html#pdf-getmetatable
Jörg