nanos world API Reference Unofficial documentation
Function Server Moderate

VehicleWheeled:SetSteeringWheelSetup

Configures where the Steering Wheel is located, so Characters can grab it procedurally properly

Syntax

Lua
my_vehicle_wheeled:SetSteeringWheelSetup(relative_location, radius, rotation = Rotator(0, 0, 0))

Parameters

Name Type Default Description
relative_location Vector Relative location of the steering wheel from the vehicle's origin
radius integer Radius of the steering wheel to align the hands properly
rotation optional Rotator Rotator(0, 0, 0) Rotation of the steering wheel to align the hands properly