GetVehicleBulletproofTyres
Returns wheter the vehicle's tyres are bullet proof or not.
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns the status in bool type.
{{#tag:syntaxhighlight| bool tiresBulletProof = Vehicle.GetVehicleBulletproofTyres(vehicle); if(tiresBulletProof) {
//Tyres are bullet proof
} |lang=csharp}} }}