Vehicle::getTrailer: Difference between revisions

From RAGE Multiplayer Wiki
(Corrected errors)
(Fix)
Line 1: Line 1:
Gets the trailer of a vehicle and puts it into the trailer parameter.
Returns the trailer of a vehicle.
 
'''This function is being updated, it might not work correctly in the current version!'''
'''This function is being updated, it might not work correctly in the current version!'''
==Syntax==
==Syntax==

Revision as of 14:54, 20 September 2017

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