Skip to main content

Vehicle::attachToCargobob

Syntax

```js vehicle.attachToCargobob(cargobob, p2, x, y, z); ```

Required Arguments

  • cargobob: Vehicle handle or object
  • p2: int
  • x: float
  • y: float
  • z: float

Return value

  • Undefined

Example

```js // todo ```

See also