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

Vehicle::getColours

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

Syntax

<syntaxhighlight lang="javascript">vehicle.getColours(colorPrimary, colorSecondary);</syntaxhighlight>

Required Arguments

  • colorPrimary: int
  • colorSecondary: int

Return value

  • object: colorPrimary, colorSecondary

Example

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

See also