Vehicle::getTrailer

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

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