Vehicle::getTrailer

From RAGE Multiplayer Wiki
Revision as of 13:23, 26 October 2018 by Rootcause (talk | contribs) (Replaced HTML with template)

Returns the trailer of a vehicle.

This function is being updated, it might not work correctly in the current version!

Syntax

vehicle.getTrailer(vehicle);

Required Arguments

  • vehicle: Vehicle handle

Return value

  • Vehicle

Example

Client-Side
// todo

See also