Перейти к содержанию

Vehicle::getCustomSecondaryColour

Материал из RAGE MP Wiki Archive

Syntax

<syntaxhighlight lang="javascript">vehicle.getCustomSecondaryColour(r, g, b);</syntaxhighlight>

Required Arguments

  • r: int
  • g: int
  • b: int

Return value

  • object: r, g, b

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also