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

SetVehiclePearlescentColor

Материал из RAGE MP Wiki Archive

This function sets the vehicle's pearlescent color.


void NAPI.Vehicle.SetVehiclePearlescentColor(Vehicle vehicle, int color);

Parameters

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

Example

<syntaxhighlight lang="csharp"> NAPI.Vehicle.SetVehiclePearlescentColor(vehicle, 45); </syntaxhighlight>