Vehicle::getNeonLightsColour: Difference between revisions

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


===Return value===
===Return value===
*'''object:''' r, g, b
*'''void:'''


==Example==
==Example==

Revision as of 04:19, 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

  • void:

Example

// To do

See also