Unloading images
by Joy Box · in Torque Game Builder · 01/04/2006 (4:01 am) · 1 replies
Can i unload a script file
can i unload images
i want to decrease the Memory required by my game is there any more tips?
thanks for help.
can i unload images
i want to decrease the Memory required by my game is there any more tips?
thanks for help.
Torque Owner Chris Labombard
Premium Preferred
It would appear that calling %object.safeDelete(); will unload the image from memory.