What it does
vehicle.setSteer sets Steer on a vehicle object. It takes id and deg.
Signature
vehicle.setSteer(id, deg)Arguments
iddeg
Example · generated
function start() { vehicle.setSteer('main', 45);}vehicle.setSteer is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.