Vehicle::setNeonLightsColour

From RAGE Multiplayer Wiki
Revision as of 23:48, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

More info: pastebin.com/G49gqy8b

Syntax

vehicle.setNeonLightsColour(r, g, b);

Required Arguments

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

Return value

  • Undefined

Example

// todo

See also