Game Development Community

Is it possible to unload datablocks?

by Mike Stoddart · in Torque Game Engine · 08/11/2002 (5:16 pm) · 1 replies

Is it possible to somehow unload datablocks? For example, say mission 1 requires a player to use the Rifle, but Mission 2 requires the use of the Crossbow? (Bad example, but hopefully you get the idea).

I guess I'm asking if there's a way to un-exec a file?

#1
08/13/2002 (7:02 pm)
%object.delete();

that's a method of every ConObject