Vehicle::setResetUnoccupiedSteerAngle: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 December 2024

  • curprev 22:5622:56, 24 December 2024Shr0x talk contribs 733 bytes +733 Created page with "{{ClientsideJsFunction}} {{JSContainer| === Summary === Sets whether the steering angle of unoccupied vehicles should reset automatically. === Syntax === <syntaxhighlight lang="javascript"> mp.game.vehicle.setResetUnoccupiedSteerAngle(value); </syntaxhighlight> === Required Parameters === * '''value:''' {{RageType|boolean}} - Set to `true` to enable automatic reset, `false` to disable. === Return Value === * '''undefined''' === Example === <syntaxhighlight lang="jav..."