IsVehicleWindowBroken

From RAGE Multiplayer Wiki
Revision as of 21:50, 27 November 2019 by Avoid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns if the vehicle windows is broken.


C# Syntax

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

NAPI.Vehicle.IsVehicleWindowBroken(vehicle, window);