IsVehicleWindowBroken
Внешний вид
Returns if the vehicle windows is broken.
bool NAPI.Vehicle.IsVehicleWindowBroken(Vehicle vehicle, int window);
Parameters
- vehicle: parameter input should be in Vehicle type
- window: parameter input should be in int type
NOTE: This function returns data in bool type.
Example
<syntaxhighlight lang="csharp"> NAPI.Vehicle.IsVehicleWindowBroken(vehicle, window); </syntaxhighlight>