GetVehicleTyreSmokeColor: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Returns vehicle's tires smoke color in Color. {{CSharpContainer| {{#tag:pre|Color {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleTyreSmokeColor(Vehicle vehicle);}}...")
 
No edit summary
 
Line 1: Line 1:
{{Warning|This feature is currently not implemented server-side.}}
Returns vehicle's tires smoke color in Color.
Returns vehicle's tires smoke color in Color.



Latest revision as of 15:10, 23 December 2022

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