Skip to main content

Vehicle::attachToTrailer

Syntax​

```js vehicle.attachToTrailer(trailer, radius); ```

Required Arguments​

  • trailer: Vehicle handle or object
  • radius: float

Return value​

  • Undefined

Example​

```js // todo ```

See also​