Vehicle::getExtraColours: Difference between revisions

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

Revision as of 04:13, 26 February 2019

Syntax

vehicle.getExtraColours(pearlescentColor, wheelColor);

Required Arguments

  • pearlescentColor: int
  • wheelColor: int

Return value

  • void

Example

// todo

See also