SetVehicleNumberPlateStyle

From RAGE Multiplayer Wiki
Revision as of 21:08, 27 November 2019 by Avoid (talk | contribs) (Created page with "This function sets the style of a vehicle number plate. You can see which styles are available down. {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function sets the style of a vehicle number plate. You can see which styles are available down.


C# Syntax

void NAPI.Vehicle.SetVehicleNumberPlateStyle(Vehicle vehicle, int style);

Parameters

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

Example

NAPI.Vehicle.SetVehicleNumberPlateStyle(vehicle, 0);