Vehicle::setModColor2

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)

Changes the secondary paint type and color
paintType:
0: Normal
1: Metallic
2: Pearl
3: Matte
4: Metal
5: Chrome

color: number of the color

Syntax

vehicle.setModColor2(paintType, color);

Required Arguments

  • paintType: int
  • color: int

Return value

  • Undefined

Example

// todo

See also