Wiki > TV3D65 Index > TVPhysics
SetVehicleWheelParameters
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | SetVehicleWheelParameters(iVehicleIndex As Integer , iWheelIndex As Integer , fMaxSideSlip As Single , fSideSlipCoeff As Single , fMaxLongitudinalSlide As Single , fLongitudinalSlideCoeff As Single) |
| C++ | void SetVehicleWheelParameters(int iVehicleIndex , int iWheelIndex , float fMaxSideSlip , float fSideSlipCoeff , float fMaxLongitudinalSlide , float fLongitudinalSlideCoeff ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iVehicleIndex | No | iVehicleIndex description |
| iWheelIndex | No | iWheelIndex description |
| fMaxSideSlip | Yes | fMaxSideSlip description |
| fSideSlipCoeff | Yes | fSideSlipCoeff description |
| fMaxLongitudinalSlide | Yes | fMaxLongitudinalSlide description |
| fLongitudinalSlideCoeff | Yes | fLongitudinalSlideCoeff description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.