Vehicle::isAttachedToTowTruck
MulleDK19: First two parameters swapplayer. Scripts verify that towTruck is the first parameter, not the second.
Syntax
```js vehicle.isAttachedToTowTruck(vehicle); ```
Required Arguments
- vehicle: Vehicle handle or object
Return value
- Boolean
Example
```js // todo ```