|
On 07/04/2014 09:56, steve donovan wrote:
Well if I were to use __index and __newindex someone could use rawget and rawset to bypass it and break my proxy... newproxy blocks that...On Mon, Apr 7, 2014 at 2:46 PM, Thiago L. <fakedme@gmail.com> wrote:= getmetatable(x)table: 005CD330What exactly is newproxy being used for here? If we knew what you were trying to do, we would probably give you a solution that didn't need it ;)