Cogito, ergo sum

UE2:JumpPad (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> Actor >> NavigationPoint >> JumpPad
Package: 
Engine
This class in other games:
UT2003, U2, UT2004

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

JumpTarget

Type: Actor


JumpVelocity

Type: Object.Vector


Default value:

Member Value
Z 1200.0

Default values

Property Value
bCollideActors True
bDestinationOnly True

Events

PostBeginPlay

event PostBeginPlay ()

Overrides: NavigationPoint.PostBeginPlay


PostTouch

event PostTouch (Actor Other)

Overrides: Actor.PostTouch


Touch

event Touch (Actor Other)

Overrides: Actor.Touch