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