Skip to main content

Vehicle::isAttachedToTrailer

Public Function isVehicleAttachedToTrailer(vh As Vehicle) As Boolean

       Return Native.Function.Call(Of Boolean)(Hash.IS_VEHICLE_ATTACHED_TO_TRAILER, vh)  
   End Function

Syntax

```js vehicle.isAttachedToTrailer(); ```

Required Arguments

Return value

  • Boolean

Example

```js // todo ```

See also