Перейти к содержанию

IsVehicleTyrePopped

Материал из RAGE MP Wiki Archive
Версия от 21:50, 27 ноября 2019; imported>Avoid
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns if the vehicle tyre is popped.


bool NAPI.Vehicle.IsVehicleTyrePopped(Vehicle vehicle, int tyre);

Parameters

  • vehicle: parameter input should be in Vehicle type
  • tyre: parameter input should be in int type

NOTE: This function returns data in bool type.

Example

<syntaxhighlight lang="csharp"> NAPI.Vehicle.IsVehicleTyrePopped(Vehicle vehicle, int tyre); </syntaxhighlight>