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

Method nukeList

Engine/source/collision/convex.cpp:378–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void Convex::nukeList()
379{
380 // Delete all Convex Objects
381 for (Convex* itr = mNext; itr != this; itr = itr->mNext) {
382 Convex* ptr = itr;
383 itr = itr->mPrev;
384 delete ptr;
385 }
386}
387
388void Convex::registerObject(Convex *convex)
389{

Callers 14

~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