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

GetVehicleTraileredBy

Материал из RAGE MP Wiki Archive
Версия от 07:34, 28 ноября 2019; imported>Avoid
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns vehicle trailered by.


Vehicle NAPI.Vehicle.GetVehicleTraileredBy(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns data in Vehicle type.

Example

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