[This is preliminary documentation and is subject to change.]
Gets or sets the drive force of this vehicle.
 
    Namespace: 
   Rage
    Assembly:
   RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
 
public float DriveForce { get; set; }Public Property DriveForce As Single
	Get
	Set
public:
property float DriveForce {
	float get ();
	void set (float value);
}Property Value
Type: 
SingleThe drive force of this vehicle.
 
Reference