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

Method registerObject

Engine/source/collision/convex.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void Convex::registerObject(Convex *convex)
394{
395 convex->linkAfter(this);
396}
397
398
399//----------------------------------------------------------------------------

Callers 2

DefineNewEngineMethodFunction · 0.45
createStreamObjectMethod · 0.45

Calls 1

linkAfterMethod · 0.45

Tested by

no test coverage detected