[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Cleaning up specific lua scripts
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 24 Mar 2010 13:23:02 +0200
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?