HandlingSetSteeringLock
From Multi Theft Auto: Wiki
Sets the steering lock for a handling element. This determines how strongly a vehicle can steer.
Syntax
bool handlingSetSteeringLock ( handling theHandling, float steeringLock )
Required Arguments
- theHandling: the handling of which you want to change the steering lock.
- steeringLock: the steering lock to set.
Returns
Returns true on success, false in case of failure.
Example
--TODO