IsVehicleWindowBroken
Returns if the vehicle windows is broken.
- vehicle: parameter input should be in Vehicle type
- window: parameter input should be in int type
NOTE: This function returns data in bool type.
{{#tag:syntaxhighlight| Vehicle.IsVehicleWindowBroken(vehicle, window); |lang=csharp}} }}