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