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

Method onAdd

Engine/source/T3D/rigidShape.cpp:295–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293
294
295bool RigidShapeData::onAdd()
296{
297 if(!Parent::onAdd())
298 return false;
299
300 return true;
301}
302
303
304bool RigidShapeData::preload(bool server, String &errorStr)

Callers

nothing calls this directly

Calls 9

findNodeTransformMethod · 0.80
Point3FClass · 0.50
warnfFunction · 0.50
setMethod · 0.45
setTransformMethod · 0.45
onNewDataBlockMethod · 0.45
registerObjectMethod · 0.45
getNameMethod · 0.45
convolveMethod · 0.45

Tested by

no test coverage detected