Hi John, Yes. As Philip has answered the game will destroy objects and variables when they go out of scope. In addition BGT has a built-in garbage collector which cleans up after itself so you don't have to worry about cleaning up after yourself. BGT will automatically handle all that for you.
Cheers! On 8/23/13, john <[email protected]> wrote: > Awesome. While I'm looking for info, does the engine > automatically clean up variables that are no longer in use? I > have a commonly-called method, which creates a variable. Will > that variable be destroyed when the method is finished? > > Thanks, > John. > --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
