Vehicle::getModColor1: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
*'''pearlescentColor:''' int
*'''pearlescentColor:''' int
===Return value===
===Return value===
*'''void'''
*'''object:''' paintType, color, pearlescentColor
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
Line 13: Line 13:
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Vehicle_function_c}}
{{Vehicle_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 11:40, 9 May 2024

Syntax

vehicle.getModColor1(paintType, color, pearlescentColor);

Required Arguments

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

Return value

  • object: paintType, color, pearlescentColor

Example

// todo

See also