The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:JumpSpot (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> NavigationPoint >> LiftCenter >> JumpSpot
Package: 
BotPack
This class in other games:
U2XMP, UT2003, UT2004

JumpSpot. specifies positions that can be reached in jumpmatch or with jumpboots or translocator

Properties[edit]

Property group 'JumpSpot'[edit]

bAlwaysAccel[edit]

Type: bool


bImpactJump[edit]

Type: bool


Internal variables[edit]

PendingBot[edit]

Type: Bot


Default values[edit]

Property Value
bSpecialCost True

Events[edit]

SpecialCost[edit]

event int SpecialCost (Pawn Seeker)

Overrides: NavigationPoint.SpecialCost


SpecialHandling[edit]

event Actor SpecialHandling (Pawn Other)

Overrides: LiftCenter.SpecialHandling


States[edit]

PendingImpact[edit]

PendingImpact.SpecialHandling[edit]

event Actor SpecialHandling (Pawn Other)

Overrides: SpecialHandling (global)


PendingImpact.Tick[edit]

event Tick (float DeltaTime)

Overrides: Actor.Tick (global)


PendingJump[edit]

PendingJump.SpecialHandling[edit]

event Actor SpecialHandling (Pawn Other)

Overrides: SpecialHandling (global)


PendingJump.Tick[edit]

event Tick (float DeltaTime)

Overrides: Actor.Tick (global)