Vehicle::getModColor1: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">vehicle.getModColor1(paintType, color, p3);</syntaxhighlight>
<syntaxhighlight lang="javascript">vehicle.getModColor1(paintType, color, pearlescentColor);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''paintType:''' int
*'''paintType:''' int

Revision as of 22:56, 25 February 2019

Syntax

vehicle.getModColor1(paintType, color, pearlescentColor);

Required Arguments

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

Return value

  • object: paintType, color, pearlescentColor

Example

// todo

See also