PopVehicleTyre

From RAGE Multiplayer Wiki

This function pops a vehicle's tyre.


C# Syntax

void NAPI.Vehicle.PopVehicleTyre(Vehicle vehicle, int tyre, bool pop);

Parameters

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

Example

NAPI.Vehicle.PopVehicleTyre(vehicle, tyre, pop);