Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ applySteeringRight
Method
applySteeringRight
src/Physics/Car.cpp:410–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
void Car::applySteeringRight(bool apply)
411
{
412
steerRight = apply;
413
}
414
415
void Car::applySteeringLeft(bool apply)
416
{
Callers
1
Render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected