GetVehicleTyreSmokeColor

From RAGE Multiplayer Wiki
This feature is currently not implemented server-side.

Returns vehicle's tires smoke color in Color.


C# Syntax

Color NAPI.Vehicle.GetVehicleTyreSmokeColor(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns the color in Color type.

Example

NAPI.Vehicle.GetVehicleTyreSmokeColor(player.Vehicle);