Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
void SimSet::deleteObjects( void )
210
{
211
lock();
212
while(size() > 0 )
213
{
214
objectList[0]->deleteObject();
215
}
216
unlock();
217
}
218
219
void SimSet::clear()
220
{
Callers
4
unloadToy
Function · 0.45
unloadModuleGroup
Method · 0.45
unloadModuleExplicit
Method · 0.45
simSet_ScriptBinding.h
File · 0.45
Calls
1
deleteObject
Method · 0.80
Tested by
no test coverage detected