Vehicle::getNeonLightsColour

From RAGE Multiplayer Wiki
Revision as of 04:19, 25 February 2019 by Kar (talk | contribs)

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