Skip to main content

Vehicle::getTyreSmokeColor

Syntax

```js vehicle.getTyreSmokeColor(r, g, b); ```

Required Arguments

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

Return value

  • object: r, g, b

Example

```js // todo ```

See also