Vehicle::setModColor1

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

paintType:
0: Normal
1: Metallic
2: Pearl
3: Matte
4: Metal
5: Chrome

color: number of the color.

p3 seems to always be 0.

Syntax

vehicle.setModColor1(paintType, color, pearlescentColor);

Required Arguments

  • paintType: int
  • color: int
  • pearlescentColor: int

Return value

  • Undefined

Example

// todo

See also