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

Method resolveMountPID

Engine/source/scene/sceneObject.cpp:1231–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231void SceneObject::resolveMountPID()
1232{
1233 if ( mMountPID && !mMount.object )
1234 {
1235 SceneObject *obj = dynamic_cast< SceneObject* >( mMountPID->getObject() );
1236 if ( obj )
1237 obj->mountObject( this, mMount.node, mMount.xfm );
1238 }
1239}
1240
1241//-----------------------------------------------------------------------------
1242

Callers

nothing calls this directly

Calls 2

getObjectMethod · 0.45
mountObjectMethod · 0.45

Tested by

no test coverage detected