|
|
@@ -5082,6 +5082,7 @@ Methods:
|
|
|
- void UpdateWheelTransform(int wheel, bool interpolated)
|
|
|
- void SetSteeringValue(int wheel, float steeringValue)
|
|
|
- void SetWheelSuspensionStiffness(int wheel, float stiffness)
|
|
|
+- void SetWheelMaxSuspensionForce(int wheel, float force)
|
|
|
- void SetWheelDampingRelaxation(int wheel, float damping)
|
|
|
- void SetWheelDampingCompression(int wheel, float compression)
|
|
|
- void SetWheelFrictionSlip(int wheel, float slip)
|
|
|
@@ -5109,6 +5110,7 @@ Methods:
|
|
|
- Node* GetWheelNode(int wheel)
|
|
|
- float GetSteeringValue(int wheel) const
|
|
|
- float GetWheelSuspensionStiffness(int wheel) const
|
|
|
+- float GetWheelMaxSuspensionForce(int wheel) const
|
|
|
- float GetWheelDampingRelaxation(int wheel) const
|
|
|
- float GetWheelDampingCompression(int wheel) const
|
|
|
- float GetWheelFrictionSlip(int wheel) const
|