Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
986
void CCar::Revert() { m_pPhysicsShell->applyForce(0, 1.5f * EffectiveGravity() * m_pPhysicsShell->getMass(), 0); }
987
988
void CCar::NeutralDrive()
989
{
Callers
nothing calls this directly
Calls
2
applyForce
Method · 0.45
getMass
Method · 0.45
Tested by
no test coverage detected