lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Fri, Dec 5, 2008 at 7:49 PM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> But how could I get the metatable for the prototype of all functions?

The backdoor way is to use debug.getmetatable.

OK, I got it.
Thanks.