<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Vehicle%3A%3AgetDriveForceCurveValue</id>
	<title>Vehicle::getDriveForceCurveValue - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Vehicle%3A%3AgetDriveForceCurveValue"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Vehicle::getDriveForceCurveValue&amp;action=history"/>
	<updated>2026-07-25T04:02:05Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Vehicle::getDriveForceCurveValue&amp;diff=15777&amp;oldid=prev</id>
		<title>imported&gt;Shr0x: Created page with &quot;{{ClientsideJsFunction}} {{JSContainer|  === Summary === Retrieves the drive force output for a specified RPM using a previously created drive force curve.  === Syntax === &lt;syntaxhighlight lang=&quot;javascript&quot;&gt; mp.game.vehicle.getDriveForceCurveValue(curveNameHash, input); &lt;/syntaxhighlight&gt;  === Required Parameters === * &#039;&#039;&#039;curveNameHash:&#039;&#039;&#039; {{RageType|number}} - The hash identifier for the curve. * &#039;&#039;&#039;input:&#039;&#039;&#039; {{RageType|number}} - The input RPM value.  === Return Value...&quot;</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Vehicle::getDriveForceCurveValue&amp;diff=15777&amp;oldid=prev"/>
		<updated>2024-12-24T22:51:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{ClientsideJsFunction}} {{JSContainer|  === Summary === Retrieves the drive force output for a specified RPM using a previously created drive force curve.  === Syntax === &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt; mp.game.vehicle.getDriveForceCurveValue(curveNameHash, input); &amp;lt;/syntaxhighlight&amp;gt;  === Required Parameters === * &amp;#039;&amp;#039;&amp;#039;curveNameHash:&amp;#039;&amp;#039;&amp;#039; {{RageType|number}} - The hash identifier for the curve. * &amp;#039;&amp;#039;&amp;#039;input:&amp;#039;&amp;#039;&amp;#039; {{RageType|number}} - The input RPM value.  === Return Value...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ClientsideJsFunction}}&lt;br /&gt;
{{JSContainer|&lt;br /&gt;
&lt;br /&gt;
=== Summary ===&lt;br /&gt;
Retrieves the drive force output for a specified RPM using a previously created drive force curve.&lt;br /&gt;
&lt;br /&gt;
=== Syntax ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
mp.game.vehicle.getDriveForceCurveValue(curveNameHash, input);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Parameters ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;curveNameHash:&amp;#039;&amp;#039;&amp;#039; {{RageType|number}} - The hash identifier for the curve.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;input:&amp;#039;&amp;#039;&amp;#039; {{RageType|number}} - The input RPM value.&lt;br /&gt;
&lt;br /&gt;
=== Return Value ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;{{RageType|number}}&amp;#039;&amp;#039;&amp;#039; - The drive force for the given RPM.&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 curveHash = mp.game.joaat(&amp;quot;custom_curve&amp;quot;);&lt;br /&gt;
const rpm = 0.5;&lt;br /&gt;
&lt;br /&gt;
const driveForce = mp.game.vehicle.getDriveForceCurveValue(curveHash, rpm);&lt;br /&gt;
mp.gui.chat.push(`Drive force for RPM ${rpm}: ${driveForce}`);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{Vehicle_functions_c}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Shr0x</name></author>
	</entry>
</feed>