I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:JumpPad (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:11, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
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.

[edit] Properties

[edit] Property group 'JumpPad'

[edit] JumpSound

Type: Sound


[edit] JumpZModifier

Type: float

for tweaking Jump, if needed

Default value: 1.0

[edit] Internal variables

[edit] BACKUP_JumpVelocity

Type: Object.Vector


[edit] JumpTarget

Type: Actor


[edit] JumpVelocity

Type: Object.Vector


Default value:

Member Value
X 0.0
Y 0.0
Z 1200.0

[edit] Default values

Property Value
bCollideActors True
bDestinationOnly True

[edit] Functions

[edit] Events

[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: NavigationPoint.PostBeginPlay


[edit] PostTouch

event PostTouch (Actor Other)

Overrides: Actor.PostTouch


[edit] Touch

event Touch (Actor Other)

Overrides: Actor.Touch


[edit] Other instance functions

[edit] Reset

function Reset ()

Overrides: Actor.Reset