VehicleTowVehicle Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Attaches a Vehicle to the towing device of this Vehicle.

This Vehicle must have a towing device.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public void TowVehicle(
	Vehicle vehicle,
	bool front
)

Parameters

vehicle
Type: RageVehicle
The Vehicle to tow.
front
Type: SystemBoolean
If true, the hook will be attached to the front of the specified vehicle; otherwise, the rear.
See Also

Reference