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

Method addToWorkingList

Engine/source/collision/convex.cpp:455–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453//----------------------------------------------------------------------------
454
455void Convex::addToWorkingList(Convex* ptr)
456{
457 CollisionWorkingList* cl = CollisionWorkingList::alloc();
458 cl->wLinkAfter(&mWorking);
459 cl->rLinkAfter(&ptr->mReference);
460 cl->mConvex = ptr;
461};
462
463
464//----------------------------------------------------------------------------

Callers 14

buildConvexOpcodeMethod · 0.80
buildConvexMethod · 0.80
buildConvexMethod · 0.80
buildConvexMethod · 0.80
buildConvexMethod · 0.80
buildConvexMethod · 0.80
buildConvexMethod · 0.80
buildConvexMethod · 0.80
buildConvexMethod · 0.80
buildConvexMethod · 0.80
buildConvexMethod · 0.80
buildConvexMethod · 0.80

Calls 3

allocFunction · 0.85
wLinkAfterMethod · 0.80
rLinkAfterMethod · 0.80

Tested by

no test coverage detected