<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Vehicle%3A%3AgetHandling</id>
	<title>Vehicle::getHandling - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Vehicle%3A%3AgetHandling"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getHandling&amp;action=history"/>
	<updated>2026-06-04T20:54:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::getHandling&amp;diff=25784&amp;oldid=prev</id>
		<title>Shr0x: Created page with &quot;{{ClientsideJsFunction}} {{JSContainer| Gets vehicle handling type value.  Handling Types from &#039;&#039;&#039;handling.meta&#039;&#039;&#039;: &lt;pre&gt; fInitialDriveMaxFlatVel fBrakeBiasFront fSteeringLock fTractionCurveLateral fTractionBiasFront fSuspensionCompDamp fSuspensionReboundDamp fSuspensionBiasFront fAntiRollBarBiasFront &lt;/pre&gt;  ===Required Params=== *&#039;&#039;&#039;type&#039;&#039;&#039;: {{RageType|string}}  ===Return value=== *&#039;&#039;&#039; {{RageType|float}} &#039;&#039;&#039;  ==Syntax== &lt;syntaxhighlight lang=&quot;javascript&quot;&gt; vehicle.getHa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getHandling&amp;diff=25784&amp;oldid=prev"/>
		<updated>2024-05-29T16:41:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{ClientsideJsFunction}} {{JSContainer| Gets vehicle handling type value.  Handling Types from &amp;#039;&amp;#039;&amp;#039;handling.meta&amp;#039;&amp;#039;&amp;#039;: &amp;lt;pre&amp;gt; fInitialDriveMaxFlatVel fBrakeBiasFront fSteeringLock fTractionCurveLateral fTractionBiasFront fSuspensionCompDamp fSuspensionReboundDamp fSuspensionBiasFront fAntiRollBarBiasFront &amp;lt;/pre&amp;gt;  ===Required Params=== *&amp;#039;&amp;#039;&amp;#039;type&amp;#039;&amp;#039;&amp;#039;: {{RageType|string}}  ===Return value=== *&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} &amp;#039;&amp;#039;&amp;#039;  ==Syntax== &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt; vehicle.getHa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ClientsideJsFunction}}&lt;br /&gt;
{{JSContainer|&lt;br /&gt;
Gets vehicle handling type value.&lt;br /&gt;
&lt;br /&gt;
Handling Types from &amp;#039;&amp;#039;&amp;#039;handling.meta&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
fInitialDriveMaxFlatVel&lt;br /&gt;
fBrakeBiasFront&lt;br /&gt;
fSteeringLock&lt;br /&gt;
fTractionCurveLateral&lt;br /&gt;
fTractionBiasFront&lt;br /&gt;
fSuspensionCompDamp&lt;br /&gt;
fSuspensionReboundDamp&lt;br /&gt;
fSuspensionBiasFront&lt;br /&gt;
fAntiRollBarBiasFront&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Params===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;type&amp;#039;&amp;#039;&amp;#039;: {{RageType|string}}&lt;br /&gt;
&lt;br /&gt;
===Return value===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
vehicle.getHandling(type);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
const vehicle = mp.vehicles.new(mp.game.joaat(&amp;quot;sultanrs&amp;quot;), mp.players.local.position); //create a sultanrs at player&amp;#039;s position&lt;br /&gt;
const initialDriveMaxValue = vehicle.getHandling(&amp;#039;fInitialDriveMaxFlatVel&amp;#039;); // get fInitialDriveMaxFlatVel handling value&lt;br /&gt;
mp.console.logInfo(`initialDriveMaxValue is ${initialDriveMaxValue}`);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_definition_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;/div&gt;</summary>
		<author><name>Shr0x</name></author>
	</entry>
</feed>