Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:JumpPad (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> Actor >> NavigationPoint >> JumpPad

Contents

Package: 
Engine
Direct subclass:
UTJumpPad
This class in other games:
U2, UE2Runtime, UT2003

Jumppad - bounces players/bots up not directly placeable. Make a subclass with appropriate sound effect etc.

Properties

Property group 'JumpPad'

JumpSound

Type: Sound


JumpZModifier

Type: float

for tweaking Jump, if needed

Default value: 1.0

Internal variables

BACKUP_JumpVelocity

Type: Object.Vector


JumpTarget

Type: Actor


JumpVelocity

Type: Object.Vector


Default value:

Member Value
X 0.0
Y 0.0
Z 1200.0

Default values

Property Value
bCollideActors True
bDestinationOnly True

Functions

Events

PostBeginPlay

event PostBeginPlay ()

Overrides: NavigationPoint.PostBeginPlay


PostTouch

event PostTouch (Actor Other)

Overrides: Actor.PostTouch


Touch

event Touch (Actor Other)

Overrides: Actor.Touch


Other instance functions

Reset

function Reset ()

Overrides: Actor.Reset