<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Avoid</id>
	<title>RAGE Multiplayer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Avoid"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/wiki/Special:Contributions/Avoid"/>
	<updated>2026-06-23T22:01:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=CreateVehicle&amp;diff=18984</id>
		<title>CreateVehicle</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=CreateVehicle&amp;diff=18984"/>
		<updated>2019-12-12T18:00:21Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Added parameters&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creates a vehicle on the given position.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.CreateVehicle(VehicleHash model, Vector3 position, float rotation, int color1, int color2, [string numberPlate],[byte alpha],[bool locked],[bool engineStatus], [uint dimension]);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;position:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vector3&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;rotation:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;float&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;color1:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;int&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;color2:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;int&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;numberPlate:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;string&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;alpha:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;byte&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;locked:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;bool&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;engineStatus:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;bool&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;dimension:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;uint&#039;&#039;&#039; type&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
[Command(&amp;quot;createveh&amp;quot;)]&lt;br /&gt;
public void CreateVehicleCommand(Client player)&lt;br /&gt;
{&lt;br /&gt;
   VehicleHash busModel = NAPI.Util.VehicleNameToModel(&amp;quot;bus&amp;quot;); //Gets the hash of bus model&lt;br /&gt;
   {{Template:CSharp_Serverside_namespace}}Vehicle.CreateVehicle(busModel, player.Position, 0, 0, 0); //Creates a bus on the player&#039;s position&lt;br /&gt;
}&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;br /&gt;
&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=CreateVehicle&amp;diff=18983</id>
		<title>CreateVehicle</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=CreateVehicle&amp;diff=18983"/>
		<updated>2019-12-12T17:58:28Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Creates a vehicle on the given position.  {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.CreateVehicle(VehicleHash model, Vector3 position,...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creates a vehicle on the given position.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.CreateVehicle(VehicleHash model, Vector3 position, float rotation, int color1, int color2, [string numberPlate],[byte alpha],[bool locked]);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;position:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vector3&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;rotation:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;float&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;color1:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;int&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;color2:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;int&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;numberPlate:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;string&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;alpha:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;byte&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;locked:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;bool&#039;&#039;&#039; type&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
[Command(&amp;quot;createveh&amp;quot;)]&lt;br /&gt;
public void CreateVehicleCommand(Client player)&lt;br /&gt;
{&lt;br /&gt;
   VehicleHash busModel = NAPI.Util.VehicleNameToModel(&amp;quot;bus&amp;quot;); //Gets the hash of bus model&lt;br /&gt;
   {{Template:CSharp_Serverside_namespace}}Vehicle.CreateVehicle(busModel, player.Position, 0, 0, 0); //Creates a bus on the player&#039;s position&lt;br /&gt;
}&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;br /&gt;
&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=ExplodeVehicle&amp;diff=18982</id>
		<title>ExplodeVehicle</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=ExplodeVehicle&amp;diff=18982"/>
		<updated>2019-12-12T17:47:22Z</updated>

		<summary type="html">&lt;p&gt;Avoid: boom boom command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Let&#039;s explode the specified vehicle.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.ExplodeVehicle(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
[Command(&amp;quot;bigboom&amp;quot;)] //Explodes every vehicle on the server&lt;br /&gt;
        public void BigBoomCommand()&lt;br /&gt;
        {&lt;br /&gt;
            foreach (Vehicle vehicle in {{Template:CSharp_Serverside_namespace}}Pools.GetAllVehicles())&lt;br /&gt;
            {&lt;br /&gt;
                {{Template:CSharp_Serverside_namespace}}Vehicle.ExplodeVehicle(vehicle);&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleBodyHealth&amp;diff=18981</id>
		<title>GetVehicleBodyHealth</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleBodyHealth&amp;diff=18981"/>
		<updated>2019-12-12T17:39:49Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s body health.  {{CSharpContainer| {{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleBodyHealth(Vehicle vehicle);}} {{Parameters}}...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s body health.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleBodyHealth(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the body health in &#039;&#039;&#039;float&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
float bodyHealth = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleBodyHealth(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleBulletproofTyres&amp;diff=18980</id>
		<title>GetVehicleBulletproofTyres</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleBulletproofTyres&amp;diff=18980"/>
		<updated>2019-12-12T17:38:37Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Spelling mistake&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns wheter the vehicle&#039;s tyres are bullet proof or not.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleBulletproofTyres(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the status in &#039;&#039;&#039;bool&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
bool tiresBulletProof = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleBulletproofTyres(vehicle);&lt;br /&gt;
if(tiresBulletProof)&lt;br /&gt;
{&lt;br /&gt;
   //Tyres are bullet proof&lt;br /&gt;
}&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleBulletproofTyres&amp;diff=18979</id>
		<title>GetVehicleBulletproofTyres</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleBulletproofTyres&amp;diff=18979"/>
		<updated>2019-12-12T17:38:05Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns wheter the vehicle&amp;#039;s tyres are bullet proof or not.  {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleBulletproofTyres(Vehi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns wheter the vehicle&#039;s tyres are bullet proof or not.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleBulletproofTyres(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the status in &#039;&#039;&#039;bool&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
bool tiresBulletProof = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleBulletproofTyres(vehicle);&lt;br /&gt;
if(tiresBulletProof)&lt;br /&gt;
{&lt;br /&gt;
   //Tires are bullet proof&lt;br /&gt;
}&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleClass&amp;diff=18978</id>
		<title>GetVehicleClass</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleClass&amp;diff=18978"/>
		<updated>2019-12-12T17:35:35Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s class.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleClass(VehicleHash model);}} {{Parameters}} *&amp;#039;&amp;#039;&amp;#039;model:...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s class.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleClass(VehicleHash model);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the class in &#039;&#039;&#039;int&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
int vehicleClass = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleClass(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleClassName&amp;diff=18977</id>
		<title>GetVehicleClassName</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleClassName&amp;diff=18977"/>
		<updated>2019-12-12T17:34:01Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s class name.  {{CSharpContainer| {{#tag:pre|string {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleClassName(int classId);}} {{Parameters}} *&amp;#039;&amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s class name.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|string {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleClassName(int classId);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;classId:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;int&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the class name in &#039;&#039;&#039;string&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
string classId = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleClassName(classId);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleCustomSecondaryColor&amp;diff=18975</id>
		<title>GetVehicleCustomSecondaryColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleCustomSecondaryColor&amp;diff=18975"/>
		<updated>2019-12-12T17:30:47Z</updated>

		<summary type="html">&lt;p&gt;Avoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s custom secondary color.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|Color {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomSecondaryColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the custom secondary color in &#039;&#039;&#039;Color&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
Color vehicleColor = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomSecondaryColor(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleCustomPrimaryColor&amp;diff=18974</id>
		<title>GetVehicleCustomPrimaryColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleCustomPrimaryColor&amp;diff=18974"/>
		<updated>2019-12-12T17:30:38Z</updated>

		<summary type="html">&lt;p&gt;Avoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s custom primary color.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|Color {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomPrimaryColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the custom secondary color in &#039;&#039;&#039;Color&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
Color vehicleColor = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomPrimaryColor(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleCustomPrimaryColor&amp;diff=18973</id>
		<title>GetVehicleCustomPrimaryColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleCustomPrimaryColor&amp;diff=18973"/>
		<updated>2019-12-12T17:30:22Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s custom primary color.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomPrimaryColor(Vehicle vehicle);}}...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s custom primary color.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomPrimaryColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the custom secondary color in &#039;&#039;&#039;Color&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
Color vehicleColor = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomPrimaryColor(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleCustomSecondaryColor&amp;diff=18972</id>
		<title>GetVehicleCustomSecondaryColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleCustomSecondaryColor&amp;diff=18972"/>
		<updated>2019-12-12T17:28:04Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s custom secondary color.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomSecondaryColor(Vehicle vehicle...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s custom secondary color.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomSecondaryColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the custom secondary color in &#039;&#039;&#039;Color&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
Color vehicleColor = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomSecondaryColor(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleCustomTires&amp;diff=18971</id>
		<title>GetVehicleCustomTires</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleCustomTires&amp;diff=18971"/>
		<updated>2019-12-12T17:23:18Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns if vehicle has custom tires.  {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomTires(Vehicle vehicle);}} {{Parameters...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns if vehicle has custom tires.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomTires(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the status in &#039;&#039;&#039;bool&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
bool hasCustomTires = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleCustomTires(vehicle);&lt;br /&gt;
if(hasCustomTires)&lt;br /&gt;
{&lt;br /&gt;
   //Vehicle has custom tires..&lt;br /&gt;
}&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleDashboardColor&amp;diff=18970</id>
		<title>GetVehicleDashboardColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleDashboardColor&amp;diff=18970"/>
		<updated>2019-12-12T17:20:26Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s dashboard color.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleDashboardColor(Vehicle vehicle);}} {{Parame...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s dashboard color.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleDashboardColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the dashboard color in &#039;&#039;&#039;int&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
int dashboardColor = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleDashboardColor(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleDisplayName&amp;diff=18969</id>
		<title>GetVehicleDisplayName</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleDisplayName&amp;diff=18969"/>
		<updated>2019-12-12T17:18:40Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s display name.  {{CSharpContainer| {{#tag:pre|string {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleDisplayName(VehicleHash model);}} {{Paramet...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s display name.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|string {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleDisplayName(VehicleHash model);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the display name in &#039;&#039;&#039;string&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
string vehicleName = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleDisplayName(model);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleDriver&amp;diff=18968</id>
		<title>GetVehicleDriver</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleDriver&amp;diff=18968"/>
		<updated>2019-12-12T17:10:37Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s driver in Client type.  {{CSharpContainer| {{#tag:pre|Client {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleDriver(Vehicle vehicle);}} {{Param...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s driver in Client type.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|Client {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleDriver(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the driver in &#039;&#039;&#039;Client&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
Client driver = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleDriver(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleEngineHealth&amp;diff=18967</id>
		<title>GetVehicleEngineHealth</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleEngineHealth&amp;diff=18967"/>
		<updated>2019-12-12T17:09:26Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s livery. Engine health is not the same as vehicle health.  {{CSharpContainer| {{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleE...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s livery. Engine health is not the same as vehicle health.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEngineHealth(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the engine health in &#039;&#039;&#039;float&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
float engineHealth = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEngineHealth(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleEnginePowerMultiplier&amp;diff=18966</id>
		<title>GetVehicleEnginePowerMultiplier</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleEnginePowerMultiplier&amp;diff=18966"/>
		<updated>2019-12-12T17:06:58Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s engine power multiplier.  {{CSharpContainer| {{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEnginePowerMultiplier(Vehicle veh...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s engine power multiplier.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEnginePowerMultiplier(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the engine power multiplier in &#039;&#039;&#039;float&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
float powerMultiplier = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEnginePowerMultiplier(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleEngineStatus&amp;diff=18962</id>
		<title>GetVehicleEngineStatus</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleEngineStatus&amp;diff=18962"/>
		<updated>2019-12-12T17:03:08Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s engline status.  {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEngineStatus(Vehicle vehicle);}} {{Paramete...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s engline status.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEngineStatus(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the engine status in &#039;&#039;&#039;bool&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
bool engineOn = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEngineStatus(vehicle);&lt;br /&gt;
if(engineOn)&lt;br /&gt;
{&lt;br /&gt;
   //Engine is on..&lt;br /&gt;
}&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleEngineTorqueMultiplier&amp;diff=18960</id>
		<title>GetVehicleEngineTorqueMultiplier</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleEngineTorqueMultiplier&amp;diff=18960"/>
		<updated>2019-12-12T17:01:30Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s engine torque multiplier.  {{CSharpContainer| {{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEngineTorqueMultiplier(Vehicle v...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s engine torque multiplier.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEngineTorqueMultiplier(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the torque multiplier in &#039;&#039;&#039;float&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
float torque = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleEngineTorqueMultiplier(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleHealth&amp;diff=18957</id>
		<title>GetVehicleHealth</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleHealth&amp;diff=18957"/>
		<updated>2019-12-12T16:59:00Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s health.  {{CSharpContainer| {{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleHealth(Vehicle vehicle);}} {{Parameters}} *&amp;#039;&amp;#039;&amp;#039;vehi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s health.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleHealth(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the health in &#039;&#039;&#039;float&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
float vehicleHealth = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleHealth(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleLivery&amp;diff=18953</id>
		<title>GetVehicleLivery</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleLivery&amp;diff=18953"/>
		<updated>2019-12-12T16:55:02Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s livery.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleLivery(Vehicle vehicle);}} {{Parameters}} *&amp;#039;&amp;#039;&amp;#039;vehicl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s livery.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleLivery(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the livery in &#039;&#039;&#039;int&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
int vehicleLivery = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleLivery(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleLocked&amp;diff=18950</id>
		<title>GetVehicleLocked</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleLocked&amp;diff=18950"/>
		<updated>2019-12-12T16:51:33Z</updated>

		<summary type="html">&lt;p&gt;Avoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s lock status.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleLocked(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the lock status in &#039;&#039;&#039;bool&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
bool lockStatus = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleLocked(vehicle);&lt;br /&gt;
if(lockStatus)&lt;br /&gt;
{&lt;br /&gt;
    //Vehicle is locked&lt;br /&gt;
}&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleLocked&amp;diff=18949</id>
		<title>GetVehicleLocked</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleLocked&amp;diff=18949"/>
		<updated>2019-12-12T16:51:19Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s lock status.  {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleLocked(Vehicle vehicle);}} {{Parameters}} *&amp;#039;&amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s lock status.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleLocked(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the traction in &#039;&#039;&#039;bool&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
bool lockStatus = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleLocked(vehicle);&lt;br /&gt;
if(lockStatus)&lt;br /&gt;
{&lt;br /&gt;
    //Vehicle is locked&lt;br /&gt;
}&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleMaxAcceleration&amp;diff=18948</id>
		<title>GetVehicleMaxAcceleration</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleMaxAcceleration&amp;diff=18948"/>
		<updated>2019-12-12T16:46:36Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s max acceleration.  {{CSharpContainer| {{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxAcceleration(VehicleHash model);}} {{...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s max acceleration.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxAcceleration(VehicleHash model);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the traction in &#039;&#039;&#039;float&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
float maxAcceleration = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxAcceleration(model);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleMaxBraking&amp;diff=18932</id>
		<title>GetVehicleMaxBraking</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleMaxBraking&amp;diff=18932"/>
		<updated>2019-12-12T14:26:05Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s max braking.  {{CSharpContainer| {{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxBraking(VehicleHash model);}} {{Parameters...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s max braking.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxBraking(VehicleHash model);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the max braking in &#039;&#039;&#039;float&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
float maxBraking = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxBraking(VehicleHash model);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleMaxOccupants&amp;diff=18931</id>
		<title>GetVehicleMaxOccupants</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleMaxOccupants&amp;diff=18931"/>
		<updated>2019-12-12T14:24:34Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s max occupants.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxOccupants(VehicleHash model);}} {{Paramete...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s max occupants.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxOccupants(VehicleHash model);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the max occupants in &#039;&#039;&#039;int&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
int maxOccupants = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxOccupants(VehicleHash model);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleMaxPassengers&amp;diff=18930</id>
		<title>GetVehicleMaxPassengers</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleMaxPassengers&amp;diff=18930"/>
		<updated>2019-12-12T14:22:16Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s max passenger size.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxPassengers(VehicleHash model);}} {{Pa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s max passenger size.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxPassengers(VehicleHash model);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the passenger size in &#039;&#039;&#039;int&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
int passengerSize = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxPassengers(VehicleHash model);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleMaxSpeed&amp;diff=18929</id>
		<title>GetVehicleMaxSpeed</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleMaxSpeed&amp;diff=18929"/>
		<updated>2019-12-12T14:19:53Z</updated>

		<summary type="html">&lt;p&gt;Avoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s max speed.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(VehicleHash model);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the speed in &#039;&#039;&#039;float&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
float maxSpeed = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(VehicleHash model);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleMaxSpeed&amp;diff=18928</id>
		<title>GetVehicleMaxSpeed</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleMaxSpeed&amp;diff=18928"/>
		<updated>2019-12-12T14:19:33Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s max speed.  {{CSharpContainer| {{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(VehicleHash model);}} {{Parameters}} *&amp;#039;&amp;#039;&amp;#039;mo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s max speed.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(VehicleHash model);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the speed in &#039;&#039;&#039;float&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(VehicleHash model);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleMaxTraction&amp;diff=18927</id>
		<title>GetVehicleMaxTraction</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleMaxTraction&amp;diff=18927"/>
		<updated>2019-12-12T14:17:04Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s max traction.  {{CSharpContainer| {{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxTraction(VehicleHash model);}} {{Paramete...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s max traction.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxTraction(VehicleHash model);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;model:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;VehicleHash&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the traction in &#039;&#039;&#039;float&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
float maxTraction = {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMaxTraction(model);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleMod&amp;diff=18926</id>
		<title>GetVehicleMod</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleMod&amp;diff=18926"/>
		<updated>2019-12-12T14:16:49Z</updated>

		<summary type="html">&lt;p&gt;Avoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s mod.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(Vehicle vehicle, int slot);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the mod in &#039;&#039;&#039;int&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(vehicle, slot);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleMod&amp;diff=18669</id>
		<title>GetVehicleMod</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleMod&amp;diff=18669"/>
		<updated>2019-11-28T11:07:24Z</updated>

		<summary type="html">&lt;p&gt;Avoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s mod.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(Vehicle vehicle, int slot);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the color in &#039;&#039;&#039;int&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(vehicle, slot);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleMod&amp;diff=18668</id>
		<title>GetVehicleMod</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleMod&amp;diff=18668"/>
		<updated>2019-11-28T11:07:00Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns vehicle&amp;#039;s tires smoke color in Color.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(Vehicle vehicle, int slot);}} {{...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns vehicle&#039;s tires smoke color in Color.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(Vehicle vehicle, int slot);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the color in &#039;&#039;&#039;int&#039;&#039;&#039; type.&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(vehicle, slot);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleNeonColor&amp;diff=18650</id>
		<title>GetVehicleNeonColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleNeonColor&amp;diff=18650"/>
		<updated>2019-11-28T07:52:30Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns Vehicle&amp;#039;s neon color in RGB.   {{CSharpContainer| {{#tag:pre|Color {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNeonColor(Vehicle vehicle);}} {{Parameters...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns Vehicle&#039;s neon color in RGB. &lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|Color {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNeonColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns the color in &#039;&#039;&#039;Color&#039;&#039;&#039; type. &lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNeonColor(player.Vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleNeonState&amp;diff=18649</id>
		<title>GetVehicleNeonState</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleNeonState&amp;diff=18649"/>
		<updated>2019-11-28T07:51:04Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s neon state.  {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNeonState(Vehicle vehicle);}} {{Parameters}} *&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s neon state.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNeonState(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;bool&#039;&#039;&#039; type. &lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNeonState(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleNumberPlate&amp;diff=18648</id>
		<title>GetVehicleNumberPlate</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleNumberPlate&amp;diff=18648"/>
		<updated>2019-11-28T07:49:00Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s numberplate.  {{CSharpContainer| {{#tag:pre|string {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNumberPlate(Vehicle vehicle);}} {{Parameters...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s numberplate.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|string {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNumberPlate(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;string&#039;&#039;&#039; type&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNumberPlate(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleNumberPlateStyle&amp;diff=18647</id>
		<title>GetVehicleNumberPlateStyle</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleNumberPlateStyle&amp;diff=18647"/>
		<updated>2019-11-28T07:46:59Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s numberplate style.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNumberPlateStyle(Vehicle vehicle);}} {{Pa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s numberplate style.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNumberPlateStyle(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;int&#039;&#039;&#039; type&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNumberPlateStyle(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehiclePearlescentColor&amp;diff=18646</id>
		<title>GetVehiclePearlescentColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehiclePearlescentColor&amp;diff=18646"/>
		<updated>2019-11-28T07:45:45Z</updated>

		<summary type="html">&lt;p&gt;Avoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s pearlescent color.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehiclePearlescentColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;int&#039;&#039;&#039; type&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehiclePearlescentColor(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehiclePearlescentColor&amp;diff=18645</id>
		<title>GetVehiclePearlescentColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehiclePearlescentColor&amp;diff=18645"/>
		<updated>2019-11-28T07:45:09Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle siren state.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehiclePearlescentColor(Vehicle vehicle);}} {{Parameters...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle siren state.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehiclePearlescentColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;int&#039;&#039;&#039; type&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehiclePearlescentColor(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehiclePrimaryColor&amp;diff=18644</id>
		<title>GetVehiclePrimaryColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehiclePrimaryColor&amp;diff=18644"/>
		<updated>2019-11-28T07:44:27Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle siren state.  {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehiclePrimaryColor(Vehicle vehicle);}} {{Parameters}} *...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle siren state.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehiclePrimaryColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;int&#039;&#039;&#039; type&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehiclePrimaryColor(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleSecondaryColor&amp;diff=18643</id>
		<title>GetVehicleSecondaryColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleSecondaryColor&amp;diff=18643"/>
		<updated>2019-11-28T07:42:42Z</updated>

		<summary type="html">&lt;p&gt;Avoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s secondary color&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSecondaryColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;int&#039;&#039;&#039; type &lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSecondaryColor(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleSecondaryColor&amp;diff=18642</id>
		<title>GetVehicleSecondaryColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleSecondaryColor&amp;diff=18642"/>
		<updated>2019-11-28T07:42:26Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle&amp;#039;s secondary color  {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSecondaryColor(Vehicle vehicle);}} {{Parame...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle&#039;s secondary color&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSecondaryColor(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;int&#039;&#039;&#039; type &lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSecondaryColor(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleSirenState&amp;diff=18641</id>
		<title>GetVehicleSirenState</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleSirenState&amp;diff=18641"/>
		<updated>2019-11-28T07:40:22Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle siren state.  {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSirenState(Vehicle vehicle);}} {{Parameters}} *&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle siren state.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSirenState(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;bool&#039;&#039;&#039; type&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSirenState(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleSpecialLightStatus&amp;diff=18640</id>
		<title>GetVehicleSpecialLightStatus</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleSpecialLightStatus&amp;diff=18640"/>
		<updated>2019-11-28T07:37:22Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;This function sets on the vehicle special lights. For example taxi lights. True = ON, False = OFF.  {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This function sets on the vehicle special lights. For example taxi lights. True = ON, False = OFF.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSpecialLightStatus(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;bool&#039;&#039;&#039; type. &lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSpecialLightStatus(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleTrailer&amp;diff=18639</id>
		<title>GetVehicleTrailer</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleTrailer&amp;diff=18639"/>
		<updated>2019-11-28T07:36:15Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns the vehicle trailer.  {{CSharpContainer| {{#tag:pre|Vehicle {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleTrailer(Vehicle vehicle);}} {{Parameters}} *&amp;#039;&amp;#039;&amp;#039;ve...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns the vehicle trailer.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|Vehicle {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleTrailer(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type. &lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleTrailer(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleTraileredBy&amp;diff=18638</id>
		<title>GetVehicleTraileredBy</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleTraileredBy&amp;diff=18638"/>
		<updated>2019-11-28T07:34:35Z</updated>

		<summary type="html">&lt;p&gt;Avoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns vehicle trailered by.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|Vehicle {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleTraileredBy(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type. &lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleTraileredBy(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=GetVehicleTraileredBy&amp;diff=18637</id>
		<title>GetVehicleTraileredBy</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=GetVehicleTraileredBy&amp;diff=18637"/>
		<updated>2019-11-28T07:34:15Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Returns vehicle trailered by.  {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleTraileredBy(Vehicle vehicle);}} {{Parameters}} *&amp;#039;&amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns vehicle trailered by.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleTraileredBy(Vehicle vehicle);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This function returns data in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type. &lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleTraileredBy(vehicle);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=SetVehicleSpecialLightStatus&amp;diff=18636</id>
		<title>SetVehicleSpecialLightStatus</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=SetVehicleSpecialLightStatus&amp;diff=18636"/>
		<updated>2019-11-28T07:33:19Z</updated>

		<summary type="html">&lt;p&gt;Avoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This function sets on the vehicle special lights. For example taxi lights. True = ON, False = OFF.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.SetVehicleSpecialLightStatus(Vehicle vehicle, bool state);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;state:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;bool&#039;&#039;&#039; type&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.SetVehicleSpecialLightStatus(vehicle, true);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=SetVehicleEngineHealth&amp;diff=18635</id>
		<title>SetVehicleEngineHealth</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=SetVehicleEngineHealth&amp;diff=18635"/>
		<updated>2019-11-27T22:02:31Z</updated>

		<summary type="html">&lt;p&gt;Avoid: Created page with &amp;quot;Sets how much health the vehicle engine has.  Note that if you are trying to use this to cripple a vehicle, the health will start to decrease quickly and ultimately explode. K...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sets how much health the vehicle engine has.&lt;br /&gt;
&lt;br /&gt;
Note that if you are trying to use this to cripple a vehicle, the health will start to decrease quickly and ultimately explode. Keep setting the health continuously to keep it constant.&lt;br /&gt;
&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.SetVehicleHealth(Vehicle vehicle, float health);}}&lt;br /&gt;
{{Parameters}}&lt;br /&gt;
*&#039;&#039;&#039;vehicle:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;Vehicle&#039;&#039;&#039; type&lt;br /&gt;
*&#039;&#039;&#039;health:&#039;&#039;&#039; parameter input should be in &#039;&#039;&#039;float&#039;&#039;&#039; type&lt;br /&gt;
{{info|Full health from a vehicle is &#039;&#039;&#039;1000.0&#039;&#039;&#039; but you can use higher values.}}&lt;br /&gt;
{{Example}}&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
{{Template:CSharp_Serverside_namespace}}Vehicle.SetVehicleHealth(Vehicle vehicle, float health);&lt;br /&gt;
|lang=csharp}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>Avoid</name></author>
	</entry>
</feed>