<?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=Exquiisite2k19</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=Exquiisite2k19"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/wiki/Special:Contributions/Exquiisite2k19"/>
	<updated>2026-07-19T00:38:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::getNeonLightsColour&amp;diff=16859</id>
		<title>Vehicle::getNeonLightsColour</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getNeonLightsColour&amp;diff=16859"/>
		<updated>2019-02-04T19:25:02Z</updated>

		<summary type="html">&lt;p&gt;Exquiisite2k19: written a example for this!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gets the color of the neon lights of the specified vehicle.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;See _SET_VEHICLE_NEON_LIGHTS_COLOUR (0x8E0A582209A62695) for more information&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;vehicle.getNeonLightsColor(r, g, b); //EDITED because of spelling mistake. it&#039;s called color not colour! &amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;r:&#039;&#039;&#039; int&lt;br /&gt;
*&#039;&#039;&#039;g:&#039;&#039;&#039; int&lt;br /&gt;
*&#039;&#039;&#039;b:&#039;&#039;&#039; int&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;object:&#039;&#039;&#039; r, g, b&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
//This command returns the color of the neon if its build in.&lt;br /&gt;
&lt;br /&gt;
mp.events.addCommand(&amp;quot;neontest&amp;quot;, (player) =&amp;gt; {&lt;br /&gt;
		let vehicle = player.vehicle;&lt;br /&gt;
	        if (!!vehicle) {&lt;br /&gt;
		let [r, g, b] = vehicle.getNeonColor();&lt;br /&gt;
		player.outputChatBox(`R &amp;lt;b&amp;gt;${r}&amp;lt;/b&amp;gt;; G &amp;lt;b&amp;gt;${g}&amp;lt;/b&amp;gt;; B &amp;lt;b&amp;gt;${b}&amp;lt;/b&amp;gt;`);&lt;br /&gt;
	};&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Exquiisite2k19</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::getNeonLightsColour&amp;diff=16858</id>
		<title>Vehicle::getNeonLightsColour</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getNeonLightsColour&amp;diff=16858"/>
		<updated>2019-02-04T19:19:02Z</updated>

		<summary type="html">&lt;p&gt;Exquiisite2k19: vehicle.getNeonLightsColour(r, g, b); changed to vehicle.getNeonLightsColor(r, g, b); REASON: Error in console because its called Color not Colour&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gets the color of the neon lights of the specified vehicle.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;See _SET_VEHICLE_NEON_LIGHTS_COLOUR (0x8E0A582209A62695) for more information&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;vehicle.getNeonLightsColor(r, g, b); //EDITED because of spelling mistake. it&#039;s called color not colour! &amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;r:&#039;&#039;&#039; int&lt;br /&gt;
*&#039;&#039;&#039;g:&#039;&#039;&#039; int&lt;br /&gt;
*&#039;&#039;&#039;b:&#039;&#039;&#039; int&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;object:&#039;&#039;&#039; r, g, b&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// todo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Exquiisite2k19</name></author>
	</entry>
</feed>