Skip to main content

Vehicle::enableCargobobHook

Drops the Hook/Magnet on a cargobob

state enum eCargobobHook {

   CARGOBOB_HOOK = 0,  
   CARGOBOB_MAGNET = 1,  

};

Syntax

```js vehicle.enableCargobobHook(state); ```

Required Arguments

  • state: int

Return value

  • Undefined

Example

```js // todo ```

See also