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

Method setPathObjectInterp

Engine/modules/Verve/VPath/VPath.cpp:2960–2971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2958}
2959
2960void VPath::setPathObjectInterp( SceneObject *pObject, const F32 &pTimeInterp )
2961{
2962 VPathObject *pathObject = getPathObject( pObject );
2963 if ( !pathObject )
2964 {
2965 Con::warnf( "VPath::setPathObjectInterp() - Object (%d) Not Attached to Path.", pObject->getId() );
2966 return;
2967 }
2968
2969 // Update.
2970 setPathObjectInterp( pathObject, pTimeInterp );
2971}
2972
2973void VPath::setPathObjectInterp( VPathObject *pPathObject, const F32 &pTimeInterp )
2974{

Callers 1

VPath.cppFile · 0.45

Calls 8

getIdMethod · 0.65
warnfFunction · 0.50
setTimeInterpMethod · 0.45
resetDeltaMethod · 0.45
setTransformMethod · 0.45
getObjectMethod · 0.45
getTransformMethod · 0.45
setMaskBitsMethod · 0.45

Tested by

no test coverage detected