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

Vehicle::getCustomSecondaryColour

Материал из RAGE MP Wiki Archive
Версия от 11:34, 9 мая 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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