SetVehicleTyreSmokeColor

From RAGE Multiplayer Wiki
Revision as of 21:02, 27 November 2019 by Avoid (talk | contribs)

This function sets the tyre smoke color as an RGB value.


C# Syntax

void NAPI.Vehicle.SetVehicleTyreSmokeColor(Vehicle vehicle, Color color);

Parameters

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

Example

NAPI.Vehicle.SetVehicleTyreSmokeColor(vehicle, new Color(255, 0, 0));