IVehicleWheel

Vehicle Wheel interface

C++
struct IVehicleWheel {
};
File

IVehicleSystem.h

Description

Interface providing wheel-specific access

IVehicleWheel::~IVehicleWheel Destructor
C++
virtual ~IVehicleWheel();
IVehicleWheel::GetCarGeomParams Method
C++
virtual const pe_cargeomparams* GetCarGeomParams() const = 0;
IVehicleWheel::GetSlipFrictionMod Method
C++
virtual float GetSlipFrictionMod(float slip) const = 0;
IVehicleWheel::GetSlot Method
C++
virtual int GetSlot() const = 0;
IVehicleWheel::GetTorqueScale Method
C++
virtual float GetTorqueScale() const = 0;
IVehicleWheel::GetWheelIndex Method
C++
virtual int GetWheelIndex() const = 0;