MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / nukeList

Method nukeList

Engine/source/collision/convex.cpp:383–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383void Convex::nukeList()
384{
385 // Delete all Convex Objects
386 for (Convex* itr = mNext; itr != this; itr = itr->mNext) {
387 Convex* ptr = itr;
388 itr = itr->mPrev;
389 delete ptr;
390 }
391}
392
393void Convex::registerObject(Convex *convex)
394{

Callers 13

~TerrainBlockMethod · 0.80
onRemoveMethod · 0.80
onRemoveMethod · 0.80
onSceneRemoveMethod · 0.80
onMountMethod · 0.80
onRemoveMethod · 0.80
prepCollisionMethod · 0.80
onRemoveMethod · 0.80
~GroundPlaneMethod · 0.80
onRemoveMethod · 0.80
onRemoveMethod · 0.80
onRemoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected