SetVehicleHandlingFromText: Revision history

Jump to navigation Jump to search

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.

27 September 2023

23 June 2022

  • curprev 10:5610:56, 23 June 2022Alex7202 talk contribs 2,479 bytes +2,479 Created page with "{{Useful Function}} ==Syntax== <syntaxhighlight lang="lua">vehicle setVehicleHandlingFromText( element vehicle, string handling)</syntaxhighlight> ===Required Arguments=== * '''vehicle''': The vehicle that needs to be installed handling. * '''handling''': Text of handling. ==Code== <section name="Server side Script" class="server" show="true"> <syntaxhighlight lang="lua"> local countHandlingTable = { [1] = "mass", [2] = "turnMass", [3] = "dragCoeff", [4] = "centerOf..."