lua-users home
lua-l archive

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


On Wed, Mar 24, 2010 at 1:17 PM, Ricky Haggett <ricky@honeyslug.com> wrote:
> Collectgarbage will only work if I set the functions/tables I want to delete
> to nil - the question is how I differentiate the level-specific ones I do
> want destroying from the global ones I don't..

Very true - the obvious solution is keep level-specific items in
separate tables, within a global table. Or would this be awkward?