Vehicle::setPedTargettableDestroy
destroyType is 1 for opens on damage, 2 for breaks on damage.
Syntax
```js vehicle.setPedTargettableDestroy(vehicleComponent, destroyType); ```
Required Arguments
- vehicleComponent: int
- destroyType: int
Return value
Example
```js // todo ```
See also