Vehicle::setSuspensionHeight: 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.

29 May 2024

  • curprev 17:0517:05, 29 May 2024Shr0x talk contribs 560 bytes +2 →‎See also
  • curprev 17:0517:05, 29 May 2024Shr0x talk contribs 558 bytes +558 Created page with "{{ClientsideJsFunction}} {{JSContainer| Set vehicle's suspension height. ===Required Params=== *'''value''': {{RageType|number}} Positive value lowers the suspension, negative value raises it. Set it to 0.0 for default vehicle suspension. ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.setSuspensionHeight(value); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See a..."