SET_VEHICLE_STEER_BIAS
Locks the vehicle's steering to the desired angle, explained below. Requires to be called onTick. Steering is unlocked the moment the function stops being called on the vehicle. Steer bias: -1.0 = full right 0.0 = centered steering 1.0 = full left
VEHICLEBuild 1207
Signature
lua
SetVehicleSteerBias(GetVehiclePedIsIn(PlayerPedId(), false), 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Vehicle | — | |
| float | — |
Usage
lua
SetVehicleSteerBias(GetVehiclePedIsIn(PlayerPedId(), false), 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
