-- @/lua/vehicle/wheels.lua:708
local function setWheelRotatorType(wheelID, rotatorType)
M.wheelRotators[wheelID].rotatorType = rotatorType
end
device.wheelDirection = powertrain.wheels[device.connectedRotator].wheelDir
wheels.setWheelRotatorType(device.wheel.wheelID, "rotator")