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

GetVehicleClassName

Материал из RAGE MP Wiki Archive

Returns the vehicle's class name.


string NAPI.Vehicle.GetVehicleClassName(int classId);

Parameters

  • classId: parameter input should be in int type

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

Example

<syntaxhighlight lang="csharp"> string classId = NAPI.Vehicle.GetVehicleClassName(classId); </syntaxhighlight>