SetVehiclePearlescentColor

From RAGE Multiplayer Wiki
Revision as of 21:04, 27 November 2019 by Avoid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function sets the vehicle's pearlescent color.


C# Syntax

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

NAPI.Vehicle.SetVehiclePearlescentColor(vehicle, 45);