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