GetVehiclePearlescentColor

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

Returns the vehicle's pearlescent color.


C# Syntax

int NAPI.Vehicle.GetVehiclePearlescentColor(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns data in int type

Example

NAPI.Vehicle.GetVehiclePearlescentColor(vehicle);