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

BallHauntedWrapper : BallWrapper

View Implementation

float 
GetTrappedHoverHeight()



void 
SetTrappedHoverHeight(float TrappedHoverHeight)


Parameter Type Description
TrappedHoverHeight float

float 
GetHorizontalSpeed()



void 
SetHorizontalSpeed(float HorizontalSpeed)


Parameter Type Description
HorizontalSpeed float

float 
GetVerticalSpeed()



void 
SetVerticalSpeed(float VerticalSpeed)


Parameter Type Description
VerticalSpeed float

float 
GetArrivalDistance()



void 
SetArrivalDistance(float ArrivalDistance)


Parameter Type Description
ArrivalDistance float

float 
GetTrappedHorizontalSpeed()



void 
SetTrappedHorizontalSpeed(float TrappedHorizontalSpeed)


Parameter Type Description
TrappedHorizontalSpeed float

float 
GetTrappedVerticalSpeed()



void 
SetTrappedVerticalSpeed(float TrappedVerticalSpeed)


Parameter Type Description
TrappedVerticalSpeed float

float 
GetTrappedCaptureTime()



void 
SetTrappedCaptureTime(float TrappedCaptureTime)


Parameter Type Description
TrappedCaptureTime float

float 
GetHitPhysicsDuration()



void 
SetHitPhysicsDuration(float HitPhysicsDuration)


Parameter Type Description
HitPhysicsDuration float

unsigned char 
GetReplicatedBeamBrokenValue()



void 
SetReplicatedBeamBrokenValue(unsigned char ReplicatedBeamBrokenValue)


Parameter Type Description
ReplicatedBeamBrokenValue unsigned char

unsigned char 
GetLastTeamTouch()



void 
SetLastTeamTouch(unsigned char LastTeamTouch)


Parameter Type Description
LastTeamTouch unsigned char

unsigned char 
GetDeactivatedGoalIndex()



void 
SetDeactivatedGoalIndex(unsigned char DeactivatedGoalIndex)


Parameter Type Description
DeactivatedGoalIndex unsigned char

unsigned char 
GetTotalActiveBeams()



void 
SetTotalActiveBeams(unsigned char TotalActiveBeams)


Parameter Type Description
TotalActiveBeams unsigned char

Vector 
GetSeekTarget()



void 
SetSeekTarget(Vector SeekTarget)


Parameter Type Description
SeekTarget Vector

float 
GetNextNeutralTime()



void 
SetNextNeutralTime(float NextNeutralTime)


Parameter Type Description
NextNeutralTime float

unsigned int 
GetbHitPhysicsActive()



void 
SetbHitPhysicsActive(unsigned int bHitPhysicsActive)


Parameter Type Description
bHitPhysicsActive unsigned int

unsigned int 
GetbIsBallBeamed()



void 
SetbIsBallBeamed(unsigned int bIsBallBeamed)


Parameter Type Description
bIsBallBeamed unsigned int

unsigned int 
GetbIsTrapped()



void 
SetbIsTrapped(unsigned int bIsTrapped)


Parameter Type Description
bIsTrapped unsigned int

float 
GetCurrentCaptureTime()



void 
SetCurrentCaptureTime(float CurrentCaptureTime)


Parameter Type Description
CurrentCaptureTime float

float 
GetCaptureTimePercentage()



void 
SetCaptureTimePercentage(float CaptureTimePercentage)


Parameter Type Description
CaptureTimePercentage float

float 
GetCaptureTimeAtExit()



void 
SetCaptureTimeAtExit(float CaptureTimeAtExit)


Parameter Type Description
CaptureTimeAtExit float

GoalWrapper 
GetActiveGoal()



void 
SetActiveGoal(GoalWrapper ActiveGoal)


Parameter Type Description
ActiveGoal GoalWrapper

Vector 
GetBallDestination()



float 
GetVerticalVelocity(Vector &Destination)


Parameter Type Description
Destination Vector

Vector 
GetDesiredVelocity()



void 
AddHauntedForces()



void 
ScoreTrapGoal()



void 
SetLastTeamTouch2(unsigned char InLastTeamTouch)


Parameter Type Description
InLastTeamTouch unsigned char

void 
SetBallIsTrapped(unsigned int bValue, GoalWrapper Goal)


Parameter Type Description
bValue unsigned int
Goal GoalWrapper

void 
SetBallHitData(CarWrapper HitCar, Vector &HitLocation, Vector &HitNormal, unsigned char HitType)


Parameter Type Description
HitCar CarWrapper
HitLocation Vector
HitNormal Vector
HitType unsigned char

void 
TryBreakBeam(CarWrapper HitCar)


Parameter Type Description
HitCar CarWrapper

void 
OnCarTouch(CarWrapper HitCar, unsigned char HitType)


Parameter Type Description
HitCar CarWrapper
HitType unsigned char

void 
ActivateHitPhysics()



void 
SetBallPhased(unsigned int bValue, unsigned int TeamIndex)


Parameter Type Description
bValue unsigned int
TeamIndex unsigned int

void 
SetBallTarget()