nanos world API Reference Unofficial documentation
Function Server Moderate

VehicleWheeled:SetSteeringSetup

Configures the Vehicle Steering

Syntax

Lua
my_vehicle_wheeled:SetSteeringSetup(steering_type, angle_ratio = 0.7, steering_curve = {
	0: 1.0,
	20: 0.8,
	60: 0.4,
	120: 0.3
})

Parameters

Name Type Default Description
steering_type SteeringType Type of steering to use. Default is SteeringType.AngleRatio
angle_ratio optional float 0.7 Only applies when SteeringType.AngleRatio is selected
steering_curve optional table { 0: 1.0, 20: 0.8, 60: 0.4, 120: 0.3 } Maximum steering versus forward speed (MPH)