Vehicle::getModColor1: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
 
(2 intermediate revisions by 2 users not shown)
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