UE2:JumpPad (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
U2 Object >> Actor >> NavigationPoint >> JumpPad
Package:
Engine
Direct subclass:
U2JumpPad
This class in other games:

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

Properties

Property group 'JumpPad'

JumpSound

Type: Sound


JumpVelocity

Type: Object.Vector


Default value:

Member Value
Z 1200.0

JumpZModifier

Type: float

for tweaking Jump, if needed

Default value: 1.0

Internal variables

JumpTarget

Type: Actor


Default values

Property Value
bCollideActors True
bDestinationOnly True

Functions

Events

PostBeginPlay

event PostBeginPlay ()

Overrides: NavigationPoint.PostBeginPlay


PostTouch

simulated event PostTouch (Actor Other)

Overrides: Actor.PostTouch


Touch

simulated event Touch (Actor Other)

Overrides: Actor.Touch


Other instance functions

PlayJumpSound

function PlayJumpSound (Pawn P)