MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / deleteObjects

Method deleteObjects

engine/source/sim/simSet.cc:209–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void SimSet::deleteObjects( void )
210{
211 lock();
212 while(size() > 0 )
213 {
214 objectList[0]->deleteObject();
215 }
216 unlock();
217}
218
219void SimSet::clear()
220{

Callers 4

unloadToyFunction · 0.45
unloadModuleGroupMethod · 0.45
unloadModuleExplicitMethod · 0.45

Calls 1

deleteObjectMethod · 0.80

Tested by

no test coverage detected