SetVehicleWheelColor

From RAGE Multiplayer Wiki
Revision as of 17:23, 27 November 2019 by Avoid (talk | contribs) (Created page with "This sets the color of a vehicle wheels. This uses the normal vehicle colors. ==Syntax== {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.SetVehicleWheelColor(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This sets the color of a vehicle wheels. This uses the normal vehicle colors.

Syntax

void NAPI.Vehicle.SetVehicleWheelColor(Vehicle vehicle, int color);

Required Arguments

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

Example

C# Syntax

Parameters

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

Example

NAPI.Vehicle.SetVehicleWheelColor(vehicle, 45)