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

Method setForward

Engine/source/Verve/VPath/VPathObject.cpp:587–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587void VPathObject::setForward( const bool &pForward )
588{
589 // Update?
590 if ( mForward != pForward )
591 {
592 // Update.
593 mForward = pForward;
594 // Flag Update.
595 setMaskBits( k_StateUpdateState );
596 }
597}
598
599void VPathObject::setSpeed( const F32 &pSpeed )
600{

Callers 2

attachObjectMethod · 0.45
setPathObjectForwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected