lua-users home
lua-l archive

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


__gc metamethods are only honoured for full userdata, not light userdata nor tables.

On Fri, Nov 14, 2008 at 3:46 PM, Long Cheng <long.x.cheng@gmail.com> wrote:
Also the "__gc" method is bind to this table, so that whenever this table was abondoned, the table is reclaimed.