Перейти к содержанию

GetVehicleTyreSmokeColor

Материал из RAGE MP Wiki Archive
Версия от 15:10, 23 декабря 2022; imported>Xabi
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns vehicle's tires smoke color in Color.


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

<syntaxhighlight lang="csharp"> NAPI.Vehicle.GetVehicleTyreSmokeColor(player.Vehicle); </syntaxhighlight>