Vehicle::getNeonLightsColour: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
mNo edit summary
Line 2: Line 2:


==Syntax==
==Syntax==
<pre>vehicle.getNeonLightsColor(r, g, b);</pre>
<pre>vehicle.getNeonLightsColour(r, g, b);</pre>


=== Required Arguments ===
=== Required Arguments ===

Revision as of 04:07, 25 February 2019

Gets the color of the neon lights of the specified vehicle.

Syntax

vehicle.getNeonLightsColour(r, g, b);

Required Arguments

  • r: int
  • g: int
  • b: int

Return value

  • object: r, g, b

Example

// To do

See also