Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
393
void Convex::registerObject(Convex *convex)
394
{
395
convex->linkAfter(this);
396
}
397
398
399
//----------------------------------------------------------------------------
Callers
2
DefineNewEngineMethod
Function · 0.45
createStreamObject
Method · 0.45
Calls
1
linkAfter
Method · 0.45
Tested by
no test coverage detected