Vehicle::getTrailer: Difference between revisions

From RAGE Multiplayer Wiki
m (Replaced HTML with template)
No edit summary
 
Line 4: Line 4:


==Syntax==
==Syntax==
<pre>vehicle.getTrailer(vehicle);</pre>
<pre>vehicle.getTrailer(trailer);</pre>


=== Required Arguments ===
=== Required Arguments ===
*'''vehicle:''' Vehicle handle
*'''trailer:''' Vehicle handle


===Return value===
===Return value===

Latest revision as of 05:50, 3 April 2019

Returns the trailer of a vehicle.

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

Syntax

vehicle.getTrailer(trailer);

Required Arguments

  • trailer: Vehicle handle

Return value

  • Vehicle

Example

Client-Side
// todo

See also