VehicleHandlingData Property

RAGE Plugin Hook Documentation

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

Gets or sets the handling data associated with this vehicle.

Note, that this is a reference to the global handling data for this type of vehicle, and changing it, will change the handling data of all vehicles of this type.

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

public HandlingData HandlingData { get; set; }

Property Value

Type: HandlingData
The handling data.
See Also

Reference