Skip to main content

GetVehicleDisplayName

Returns the vehicle's display name.

  • model: parameter input should be in VehicleHash type

NOTE: This function returns the display name in string type.

{{#tag:syntaxhighlight| string vehicleName = Vehicle.GetVehicleDisplayName(model); |lang=csharp}} }}