Just to clarify things for me:
If I have a table called “Blah” which contains 140.345.123 nested tables and objects, and I want to get rid of ALL of them, I just need to set Blah to “nil”, which automatically deletes all the billion nested tables, variables, sub-tables, variables of sub-tables etc. etc. inside of “Blah”, right? In other words, if I set the “root” object (in this case “Blah”) to nil, ALL nested things within will be marked for Garbage Collection, too (as long as there is no other reference to them anywhere else).
- Is this also true for Display objects (like Images, Shapes etc.) stored within “Blah”? Or do I have to remove them explicitly with Blah.myImage:removeSelf() before setting “Blah” to nil?
[import]uid: 9644 topic_id: 2691 reply_id: 302691[/import]