SetVehiclePearlescentColor
This function sets the vehicle's pearlescent color.
Syntax
void NAPI.Vehicle.SetVehiclePearlescentColor(Vehicle vehicle, int color);
Required Arguments
- vehicle: parameter input should be in Vehicle type
- color: parameter input should be in int type
Example
C# Syntax
Parameters
- vehicle: parameter input should be in Vehicle type
- color: parameter input should be in int type
Example
NAPI.Vehicle.SetVehiclePearlescentColor(vehicle, 45);