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

BoostWrapper : CarComponentWrapper

View Implementation

float 
GetBoostConsumptionRate()



void 
SetBoostConsumptionRate(float newBoostConsumptionRate)


Parameter Type Description
newBoostConsumptionRate float

float 
GetMaxBoostAmount()



void 
SetMaxBoostAmount(float newMaxBoostAmount)


Parameter Type Description
newMaxBoostAmount float

float 
GetStartBoostAmount()



void 
SetStartBoostAmount(float newStartBoostAmount)


Parameter Type Description
newStartBoostAmount float

float 
GetCurrentBoostAmount()



void 
SetCurrentBoostAmount(float newCurrentBoostAmount)


Parameter Type Description
newCurrentBoostAmount float

float 
GetBoostModifier()



void 
SetBoostModifier(float newBoostModifier)


Parameter Type Description
newBoostModifier float

float 
GetLastBoostAmountRequestTime()



void 
SetLastBoostAmountRequestTime(float newLastBoostAmountRequestTime)


Parameter Type Description
newLastBoostAmountRequestTime float

float 
GetLastBoostAmount()



void 
SetLastBoostAmount(float newLastBoostAmount)


Parameter Type Description
newLastBoostAmount float

unsigned long 
GetbPendingConfirmBoostAmount()



void 
SetbPendingConfirmBoostAmount(unsigned long newbPendingConfirmBoostAmount)


Parameter Type Description
newbPendingConfirmBoostAmount unsigned long

unsigned long 
GetbNoBoost()



void 
SetbNoBoost(unsigned long newbNoBoost)


Parameter Type Description
newbNoBoost unsigned long

float 
GetBoostForce()



void 
SetBoostForce(float newBoostForce)


Parameter Type Description
newBoostForce float

float 
GetMinBoostTime()



void 
SetMinBoostTime(float newMinBoostTime)


Parameter Type Description
newMinBoostTime float

float 
GetRechargeRate()



void 
SetRechargeRate(float newRechargeRate)


Parameter Type Description
newRechargeRate float

float 
GetRechargeDelay()



void 
SetRechargeDelay(float newRechargeDelay)


Parameter Type Description
newRechargeDelay float

int 
GetUnlimitedBoostRefCount()



void 
SetUnlimitedBoostRefCount(int newUnlimitedBoostRefCount)


Parameter Type Description
newUnlimitedBoostRefCount int

unsigned char 
GetReplicatedBoostAmount()



void 
SetReplicatedBoostAmount(unsigned char newReplicatedBoostAmount)


Parameter Type Description
newReplicatedBoostAmount unsigned char

bool 
ShouldPredictBoostConsumption()



void 
ReadReplicatedBoostAmount()



void 
eventSetReplicatedBoostAmount()



void 
ApplyForces(float ActiveTime)


Parameter Type Description
ActiveTime float

void 
ClientGiveBoost(float Amount)


Parameter Type Description
Amount float

void 
ConfirmBoostAmount2()



void 
SendConfirmBoostAmount()



void 
ClientFixBoostAmount(float TimeStamp, float Amount)


Parameter Type Description
TimeStamp float
Amount float

void 
ServerConfirmBoostAmount(float TimeStamp, float Amount)


Parameter Type Description
TimeStamp float
Amount float

void 
SetRechargeDelay2(float InRechargeDelay)


Parameter Type Description
InRechargeDelay float

void 
SetRechargeRate2(float InRechargeRate)


Parameter Type Description
InRechargeRate float

void 
SetNoBoost(unsigned long Enabled)


Parameter Type Description
Enabled unsigned long

void 
SetUnlimitedBoost2(unsigned long Enabled)


Parameter Type Description
Enabled unsigned long

void 
SetUnlimitedBoostDelayed(unsigned long Enabled)


Parameter Type Description
Enabled unsigned long

void 
SetBoostModifier2(float Modifier)


Parameter Type Description
Modifier float

void 
SetBoostAmount(float Amount)


Parameter Type Description
Amount float

void 
GiveBoost2(float Amount)


Parameter Type Description
Amount float

void 
GiveStartingBoost()



void 
GiveFullBoost()



float 
GetPercentBoostFull()



bool 
IsFull()



void 
RemoveFromCar()



bool 
CanDeactivate()



bool 
CanActivate()