<?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%3AgetWheelGroundSurfaceMaterial</id>
	<title>Vehicle::getWheelGroundSurfaceMaterial - 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%3AgetWheelGroundSurfaceMaterial"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getWheelGroundSurfaceMaterial&amp;action=history"/>
	<updated>2026-07-19T01:46:58Z</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::getWheelGroundSurfaceMaterial&amp;diff=27409&amp;oldid=prev</id>
		<title>Shr0x: Created page with &quot;{{ClientsideJsFunction}} {{JSContainer|  === Summary === Returns the surface material beneath a specific wheel of a vehicle.  === Syntax === &lt;syntaxhighlight lang=&quot;javascript&quot;&gt; vehicle.getWheelGroundSurfaceMaterial(wheelIndex); &lt;/syntaxhighlight&gt;  === Required Parameters === * &#039;&#039;&#039;wheelIndex:&#039;&#039;&#039; {{RageType|number}} The index of the wheel (0 / front left, 1 / front right, etc.).  === Return Value === * &#039;&#039;&#039;{{RageType|number}}&#039;&#039;&#039; - The material identifier for the surface ben...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getWheelGroundSurfaceMaterial&amp;diff=27409&amp;oldid=prev"/>
		<updated>2024-12-24T22:55:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{ClientsideJsFunction}} {{JSContainer|  === Summary === Returns the surface material beneath a specific wheel of a vehicle.  === Syntax === &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt; vehicle.getWheelGroundSurfaceMaterial(wheelIndex); &amp;lt;/syntaxhighlight&amp;gt;  === Required Parameters === * &amp;#039;&amp;#039;&amp;#039;wheelIndex:&amp;#039;&amp;#039;&amp;#039; {{RageType|number}} The index of the wheel (0 / front left, 1 / front right, etc.).  === Return Value === * &amp;#039;&amp;#039;&amp;#039;{{RageType|number}}&amp;#039;&amp;#039;&amp;#039; - The material identifier for the surface ben...&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;
&lt;br /&gt;
=== Summary ===&lt;br /&gt;
Returns the surface material beneath a specific wheel of a vehicle.&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.getWheelGroundSurfaceMaterial(wheelIndex);&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;wheelIndex:&amp;#039;&amp;#039;&amp;#039; {{RageType|number}} The index of the wheel (0 / front left, 1 / front right, etc.).&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 material identifier for the surface beneath the wheel.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// Check the ground surface material under the front-left wheel&lt;br /&gt;
const material = mp.vehicles.local.getWheelGroundSurfaceMaterial(0);&lt;br /&gt;
mp.gui.chat.push(`Ground material under front-left wheel: ${material}`);&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>Shr0x</name></author>
	</entry>
</feed>