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

GetVehicleTrailer

Материал из RAGE MP Wiki Archive
Версия от 12:21, 28 февраля 2020; imported>Aurio (Formatting)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns the vehicle trailer.

Vehicle NAPI.Vehicle.GetVehicleTrailer(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.GetVehicleTrailer(vehicle); </syntaxhighlight>