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

JumpComponentWrapper : CarComponentWrapper

View Implementation

float 
GetMinJumpTime()



void 
SetMinJumpTime(float newMinJumpTime)


Parameter Type Description
newMinJumpTime float

float 
GetJumpImpulse()



void 
SetJumpImpulse(float newJumpImpulse)


Parameter Type Description
newJumpImpulse float

float 
GetJumpForce()



void 
SetJumpForce(float newJumpForce)


Parameter Type Description
newJumpForce float

float 
GetJumpForceTime()



void 
SetJumpForceTime(float newJumpForceTime)


Parameter Type Description
newJumpForceTime float

float 
GetPodiumJumpForceTime()



void 
SetPodiumJumpForceTime(float newPodiumJumpForceTime)


Parameter Type Description
newPodiumJumpForceTime float

float 
GetJumpImpulseSpeed()



void 
SetJumpImpulseSpeed(float newJumpImpulseSpeed)


Parameter Type Description
newJumpImpulseSpeed float

float 
GetJumpAccel()



void 
SetJumpAccel(float newJumpAccel)


Parameter Type Description
newJumpAccel float

float 
GetMaxJumpHeight()



void 
SetMaxJumpHeight(float newMaxJumpHeight)


Parameter Type Description
newMaxJumpHeight float

float 
GetMaxJumpHeightTime()



void 
SetMaxJumpHeightTime(float newMaxJumpHeightTime)


Parameter Type Description
newMaxJumpHeightTime float

unsigned long 
GetbDeactivate()



void 
SetbDeactivate(unsigned long newbDeactivate)


Parameter Type Description
newbDeactivate unsigned long

void 
ApplyForces(float ActiveTime)


Parameter Type Description
ActiveTime float

void 
CacheJumpData()



void 
OnCreated()