Vehicle::getNeonLightsColour

From RAGE Multiplayer Wiki
Revision as of 19:19, 4 February 2019 by Exquiisite2k19 (talk | contribs) (vehicle.getNeonLightsColour(r, g, b); changed to vehicle.getNeonLightsColor(r, g, b); REASON: Error in console because its called Color not Colour)

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

See _SET_VEHICLE_NEON_LIGHTS_COLOUR (0x8E0A582209A62695) for more information

Syntax

vehicle.getNeonLightsColor(r, g, b); //EDITED because of spelling mistake. it's called color not colour!

Required Arguments

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

Return value

  • object: r, g, b

Example

// todo

See also