lua-users home
lua-l archive

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


You may also use the *same* table for all your userdata objects and index
it with the userdata each time. You'll probably need to use a weak table
to avoid freezing garbage.