PopVehicleTyre

From RAGE Multiplayer Wiki
Revision as of 21:44, 27 November 2019 by Avoid (talk | contribs) (Created page with "This function pops a vehicle's tyre. {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.PopVehicleTyre(Vehicle vehicle, int tyre, bool pop);}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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);