HandlingSetSteeringLock

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

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

See Also