SetVehicleWheelType

From RAGE Multiplayer Wiki
Revision as of 17:20, 27 November 2019 by Avoid (talk | contribs) (Created page with "This function sets the type of the vehicle wheels. *Wheel Types: *0: Sport *1: Muscle *2: Lowrider *3: SUV *4: Offroad *5: Tuner *6: Bike Wheels *7: High End ==Syntax== {{#t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function sets the type of the vehicle wheels.

  • Wheel Types:
  • 0: Sport
  • 1: Muscle
  • 2: Lowrider
  • 3: SUV
  • 4: Offroad
  • 5: Tuner
  • 6: Bike Wheels
  • 7: High End


Syntax

void NAPI.Vehicle.SetVehicleWheelType(Vehicle vehicle, int type);

Required Arguments

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

Example

C# Syntax

Parameters

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

Example

NAPI.NAPI.Vehicle.SetVehicleWheelType(vehicle, 5);