Перейти к содержанию

GetVehicleNumberPlate

Материал из RAGE MP Wiki Archive
Версия от 07:49, 28 ноября 2019; imported>Avoid (Created page with "Returns the vehicle's numberplate. {{CSharpContainer| {{#tag:pre|string {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleNumberPlate(Vehicle vehicle);}} {{Parameters...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns the vehicle's numberplate.


string NAPI.Vehicle.GetVehicleNumberPlate(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns data in string type

Example

<syntaxhighlight lang="csharp"> NAPI.Vehicle.GetVehicleNumberPlate(vehicle); </syntaxhighlight>