There is no spoon

UE2:JumpDest (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UE2Runtime Object >> Actor >> NavigationPoint >> JumpDest
Package: 
Engine
This class in other games:
UT2003, U2, UT2004

JumpDest. specifies positions that can be reached with greater than normal jump forced paths will check for greater than normal jump capability NOTE these have NO relation to JumpPads

Properties

bOptionalJumpDest

Type: bool


CalculatedGravityZ

Type: float

Array size: 8


NeededJump

Type: Object.Vector

Array size: 8


NumUpstreamPaths

Type: int


UpstreamPaths

Type: ReachSpec

Array size: 8


Default values

Property Value
bSpecialForced True

Functions

Events

SpecialCost

event int SpecialCost (Pawn Other, ReachSpec Path)

Overrides: NavigationPoint.SpecialCost


SuggestMovePreparation

event bool SuggestMovePreparation (Pawn Other)

Overrides: NavigationPoint.SuggestMovePreparation


Other instance functions

DoJump

function DoJump (Pawn Other)


GetPathIndex

function int GetPathIndex (ReachSpec Path)