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

AirControlComponentWrapper : CarComponentWrapper

View Implementation

Rotator 
GetAirTorque()



void 
SetAirTorque(Rotator newAirTorque)


Parameter Type Description
newAirTorque Rotator

Rotator 
GetAirDamping()



void 
SetAirDamping(Rotator newAirDamping)


Parameter Type Description
newAirDamping Rotator

float 
GetThrottleForce()



void 
SetThrottleForce(float newThrottleForce)


Parameter Type Description
newThrottleForce float

float 
GetDodgeDisableTimeRemaining()



void 
SetDodgeDisableTimeRemaining(float newDodgeDisableTimeRemaining)


Parameter Type Description
newDodgeDisableTimeRemaining float

float 
GetControlScale()



void 
SetControlScale(float newControlScale)


Parameter Type Description
newControlScale float

float 
GetAirControlSensitivity()



void 
SetAirControlSensitivity(float newAirControlSensitivity)


Parameter Type Description
newAirControlSensitivity float

void 
ApplyForces(float ActiveTime)


Parameter Type Description
ActiveTime float

void 
OnCreated()