VelcroPickup : RumblePickupComponentWrapper
Vector GetBallOffset()
void SetBallOffset(Vector newBallOffset)
Parameter | Type | Description |
---|---|---|
newBallOffset | Vector | — |
unsigned long GetbUseRealOffset()
void SetbUseRealOffset(unsigned long newbUseRealOffset)
Parameter | Type | Description |
---|---|---|
newbUseRealOffset | unsigned long | — |
unsigned long GetbHit()
void SetbHit(unsigned long newbHit)
Parameter | Type | Description |
---|---|---|
newbHit | unsigned long | — |
unsigned long GetbBroken()
void SetbBroken(unsigned long newbBroken)
Parameter | Type | Description |
---|---|---|
newbBroken | unsigned long | — |
float GetAfterHitDuration()
void SetAfterHitDuration(float newAfterHitDuration)
Parameter | Type | Description |
---|---|---|
newAfterHitDuration | float | — |
float GetPostBreakDuration()
void SetPostBreakDuration(float newPostBreakDuration)
Parameter | Type | Description |
---|---|---|
newPostBreakDuration | float | — |
float GetMinBreakForce()
void SetMinBreakForce(float newMinBreakForce)
Parameter | Type | Description |
---|---|---|
newMinBreakForce | float | — |
float GetMinBreakTime()
void SetMinBreakTime(float newMinBreakTime)
Parameter | Type | Description |
---|---|---|
newMinBreakTime | float | — |
float GetCheckLastTouchRate()
void SetCheckLastTouchRate(float newCheckLastTouchRate)
Parameter | Type | Description |
---|---|---|
newCheckLastTouchRate | float | — |
BallWrapper GetWeldedBall()
void SetWeldedBall(BallWrapper newWeldedBall)
Parameter | Type | Description |
---|---|---|
newWeldedBall | BallWrapper | — |
float GetOldBallMass()
void SetOldBallMass(float newOldBallMass)
Parameter | Type | Description |
---|---|---|
newOldBallMass | float | — |
float GetAttachTime()
void SetAttachTime(float newAttachTime)
Parameter | Type | Description |
---|---|---|
newAttachTime | float | — |
float GetLastTouchCheckTime()
void SetLastTouchCheckTime(float newLastTouchCheckTime)
Parameter | Type | Description |
---|---|---|
newLastTouchCheckTime | float | — |
float GetBreakTime()
void SetBreakTime(float newBreakTime)
Parameter | Type | Description |
---|---|---|
newBreakTime | float | — |
void DoBreak()
void HandleCarTouch(BallWrapper InBall, CarWrapper InCar, unsigned char HitType)
Parameter | Type | Description |
---|---|---|
InBall | BallWrapper | — |
InCar | CarWrapper | — |
HitType | unsigned char | — |