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

RugbyPickupWrapper : RumblePickupComponentWrapper

View Implementation

float 
GetAttachTime()



void 
SetAttachTime(float AttachTime)


Parameter Type Description
AttachTime float

float 
GetMinDetachTime()



void 
SetMinDetachTime(float MinDetachTime)


Parameter Type Description
MinDetachTime float

float 
GetMinBreakTime()



void 
SetMinBreakTime(float MinBreakTime)


Parameter Type Description
MinBreakTime float

float 
GetMinBreakForce()



void 
SetMinBreakForce(float MinBreakForce)


Parameter Type Description
MinBreakForce float

float 
GetCheckLastTouchRate()



void 
SetCheckLastTouchRate(float CheckLastTouchRate)


Parameter Type Description
CheckLastTouchRate float

float 
GetKickOffActivationDelay()



void 
SetKickOffActivationDelay(float KickOffActivationDelay)


Parameter Type Description
KickOffActivationDelay float

BallWrapper 
GetWeldedBall()



void 
SetWeldedBall(BallWrapper WeldedBall)


Parameter Type Description
WeldedBall BallWrapper

float 
GetLastTouchCheckTime()



void 
SetLastTouchCheckTime(float LastTouchCheckTime)


Parameter Type Description
LastTouchCheckTime float

unsigned int 
GetbBallWelded()



void 
SetbBallWelded(unsigned int bBallWelded)


Parameter Type Description
bBallWelded unsigned int

bool 
DisableBallImpactForces()



void 
DeactivationFX()



void 
HandleBallExploded(BallWrapper Ball)


Parameter Type Description
Ball BallWrapper

bool 
GetShouldHideActivateUI()



void 
DoBreak()



bool 
GetWasRecentlyAttached()



void 
HandleCarTouch(BallWrapper InBall, CarWrapper InCar, unsigned char HitType)


Parameter Type Description
InBall BallWrapper
InCar CarWrapper
HitType unsigned char

void 
HandleHitBall(CarWrapper InCar, BallWrapper InBall, Vector &HitLocation, Vector &HitNormal)


Parameter Type Description
InCar CarWrapper
InBall BallWrapper
HitLocation Vector
HitNormal Vector

void 
HandleBallWeldedChanged()



void 
PickupTick(float DeltaTime)


Parameter Type Description
DeltaTime float

void 
RemovePickupFX()



void 
PickupEnd()



void 
InitPickupFX()



void 
PickupStart()



bool 
GetCanDetach()



bool 
TryActivate(RBActorWrapper TargetOverride)


Parameter Type Description
TargetOverride RBActorWrapper