SetVehicleTrimColor

From RAGE Multiplayer Wiki
Revision as of 17:27, 27 November 2019 by Avoid (talk | contribs) (Created page with "This function sets the vehicle trim color. The trim is the stitching inside the vehicle interior. ==Syntax== {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function sets the vehicle trim color. The trim is the stitching inside the vehicle interior.


Syntax

void NAPI.Vehicle.SetVehicleTrimColor(Vehicle vehicle, int type);

Required Arguments

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

Example

C# Syntax

Parameters

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

Example

NAPI.Vehicle.SetVehicleTrimColor(vehicle, 56);