Vehicle::getNeonLightsColour

From RAGE Multiplayer Wiki
Revision as of 07:25, 5 February 2019 by MrPancakers (talk | contribs)

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

Syntax

vehicle.getNeonLightsColor(r, g, b);

Required Arguments

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

Return value

  • object: r, g, b

Example

// To do

See also