[This is preliminary documentation and is subject to change.]
Gets or sets the trailer on this vehicle.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public Vehicle Trailer { get; set; }
Public Property Trailer As Vehicle
Get
Set
public:
property Vehicle^ Trailer {
Vehicle^ get ();
void set (Vehicle^ value);
}
Property Value
Type:
VehicleThe trailer.
Reference