GetVehicleTyreSmokeColor
Внешний вид
Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения This feature is currently not implemented server-side.
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>