Vehicle::getTrailer

From RAGE Multiplayer Wiki
Revision as of 14:54, 20 September 2017 by CurtisVL (talk | contribs) (Corrected errors)

Gets the trailer of a vehicle and puts it into the trailer parameter. 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