Vehicle::getModColor1: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
Line 5: Line 5:
*'''paintType:''' int
*'''paintType:''' int
*'''color:''' int
*'''color:''' int
*'''p3:''' int
*'''pearlescentColor:''' int
===Return value===
===Return value===
*'''object:''' paintType, color, p3
*'''object:''' paintType, color, pearlescentColor
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">

Revision as of 22:56, 25 February 2019

Syntax

vehicle.getModColor1(paintType, color, p3);

Required Arguments

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

Return value

  • object: paintType, color, pearlescentColor

Example

// todo

See also