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

GetVehiclePearlescentColor

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

Returns the vehicle's pearlescent color.


int NAPI.Vehicle.GetVehiclePearlescentColor(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns data in int type

Example

<syntaxhighlight lang="csharp"> NAPI.Vehicle.GetVehiclePearlescentColor(vehicle); </syntaxhighlight>