MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Revert

Method Revert

ogsr_engine/xrGame/Car.cpp:986–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984}
985
986void CCar::Revert() { m_pPhysicsShell->applyForce(0, 1.5f * EffectiveGravity() * m_pPhysicsShell->getMass(), 0); }
987
988void CCar::NeutralDrive()
989{

Callers

nothing calls this directly

Calls 2

applyForceMethod · 0.45
getMassMethod · 0.45

Tested by

no test coverage detected