BakkesMod Programming Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

WheelWrapper : ObjectWrapper

View Implementation

_NODISCARD bool 
IsNull() const



operator bool() const



float 
GetSteerFactor()



void 
SetSteerFactor(float newSteerFactor)


Parameter Type Description
newSteerFactor float

float 
GetWheelRadius()



void 
SetWheelRadius(float newWheelRadius)


Parameter Type Description
newWheelRadius float

float 
GetSuspensionStiffness()



void 
SetSuspensionStiffness(float newSuspensionStiffness)


Parameter Type Description
newSuspensionStiffness float

float 
GetSuspensionDampingCompression()



void 
SetSuspensionDampingCompression(float newSuspensionDampingCompression)


Parameter Type Description
newSuspensionDampingCompression float

float 
GetSuspensionDampingRelaxation()



void 
SetSuspensionDampingRelaxation(float newSuspensionDampingRelaxation)


Parameter Type Description
newSuspensionDampingRelaxation float

float 
GetSuspensionTravel()



void 
SetSuspensionTravel(float newSuspensionTravel)


Parameter Type Description
newSuspensionTravel float

float 
GetSuspensionMaxRaise()



void 
SetSuspensionMaxRaise(float newSuspensionMaxRaise)


Parameter Type Description
newSuspensionMaxRaise float

float 
GetContactForceDistance()



void 
SetContactForceDistance(float newContactForceDistance)


Parameter Type Description
newContactForceDistance float

float 
GetSpinSpeedDecayRate()



void 
SetSpinSpeedDecayRate(float newSpinSpeedDecayRate)


Parameter Type Description
newSpinSpeedDecayRate float

Vector 
GetBoneOffset()



void 
SetBoneOffset(Vector newBoneOffset)


Parameter Type Description
newBoneOffset Vector

Vector 
GetPresetRestPosition()



void 
SetPresetRestPosition(Vector newPresetRestPosition)


Parameter Type Description
newPresetRestPosition Vector

Vector 
GetLocalSuspensionRayStart()



void 
SetLocalSuspensionRayStart(Vector newLocalSuspensionRayStart)


Parameter Type Description
newLocalSuspensionRayStart Vector

Vector 
GetLocalRestPosition()



void 
SetLocalRestPosition(Vector newLocalRestPosition)


Parameter Type Description
newLocalRestPosition Vector

VehicleSimWrapper 
GetVehicleSim()



void 
SetVehicleSim(VehicleSimWrapper newVehicleSim)


Parameter Type Description
newVehicleSim VehicleSimWrapper

int 
GetWheelIndex()



void 
SetWheelIndex(int newWheelIndex)


Parameter Type Description
newWheelIndex int

WheelContactData 
GetContact()



void 
SetContact(WheelContactData newContact)


Parameter Type Description
newContact WheelContactData

unsigned long 
GetbDrawDebug()



void 
SetbDrawDebug(unsigned long newbDrawDebug)


Parameter Type Description
newbDrawDebug unsigned long

unsigned long 
GetbHadContact()



void 
SetbHadContact(unsigned long newbHadContact)


Parameter Type Description
newbHadContact unsigned long

float 
GetFrictionCurveInput()



void 
SetFrictionCurveInput(float newFrictionCurveInput)


Parameter Type Description
newFrictionCurveInput float

float 
GetAerialThrottleToVelocityFactor()



void 
SetAerialThrottleToVelocityFactor(float newAerialThrottleToVelocityFactor)


Parameter Type Description
newAerialThrottleToVelocityFactor float

float 
GetAerialAccelerationFactor()



void 
SetAerialAccelerationFactor(float newAerialAccelerationFactor)


Parameter Type Description
newAerialAccelerationFactor float

float 
GetSpinSpeed()



void 
SetSpinSpeed(float newSpinSpeed)


Parameter Type Description
newSpinSpeed float

Vector 
GetRefWheelLocation()



float 
GetSuspensionDistance()



float 
GetSteer2()



Vector 
GetLinearVelocity()



void 
EventContactChanged(WheelWrapper Wheel)


Parameter Type Description
Wheel WheelWrapper