Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealI.TransPointDest

Extends
LiftCenter

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.NavigationPoint
      |   
      +-- Engine.LiftCenter
         |   
         +-- UnrealI.TransPointDest

Variables Summary
boolbIsValidTransPoint
TransPointEndEndPoint
JumpBootsLastBoots
PawnLastSeeker
floatLastSeekingTime
UTranslocatorLastTrans
TransPointStartStartPoint
TransPointDest
boolbCanJumpUpWithBoots
boolbCanSingleJumpDown
boolbTranslocatePath
Inherited Variables from Engine.LiftCenter
LastTriggerTime, LiftTag, LiftTrigger, MaxZDiffAdd, MyLift, RecommendedTrigger
Inherited Variables from Engine.NavigationPoint
bAutoBuilt, bEndPoint, bEndPointOnly, bestPathWeight, bNoStrafeTo, bOneWayPath, bPlayerOnly, bSpecialCost, cost, EditorData, ExtraCost, ForcedPathSize, ForcedPaths[4], MaxPathDistance, nextNavigationPoint, nextOrdered, ownerTeam, PathDescription, Paths[16], previousPath, prevOrdered, ProscribedPaths[4], PrunedPaths[16], RouteCache, startPath, taken, upstreamPaths[16], visitedWeight, VisNoReachPaths[16]

Enumerations Summary
Inherited Enumerations from Engine.NavigationPoint
PathBuildingType

Functions Summary
function BotSuggestMovePrepare (Pawn Bot ))
function PostBeginPlay ()))
functionint SpecialCost (Pawn Seeker))
functionActor SpecialHandling (Pawn Other))
function UpdateCacheData (Pawn Other ))
Inherited Functions from Engine.LiftCenter
CanBindWith, EdPathBuildExec, PostBeginPlay, SpecialHandling
Inherited Functions from Engine.NavigationPoint
Accept, CanBindWith, describeSpec, EditReach, EdPathBuildExec, GenReachSpec, PlayTeleportEffect, RemoveReachSpec, SpecialCost


Variables Detail

bIsValidTransPoint Source code

var bool bIsValidTransPoint;

EndPoint Source code

var TransPointEnd EndPoint;

LastBoots Source code

var transient JumpBoots LastBoots;

LastSeeker Source code

var transient Pawn LastSeeker;

LastSeekingTime Source code

var transient float LastSeekingTime;

LastTrans Source code

var transient UTranslocator LastTrans;

StartPoint Source code

var TransPointStart StartPoint;

TransPointDest

bCanJumpUpWithBoots Source code

var(TransPointDest) bool bCanJumpUpWithBoots;

bCanSingleJumpDown Source code

var(TransPointDest) bool bCanSingleJumpDown;

bTranslocatePath Source code

var(TransPointDest) bool bTranslocatePath;


Functions Detail

BotSuggestMovePrepare Source code

function BotSuggestMovePrepare ( Pawn Bot ) )

PostBeginPlay Source code

function PostBeginPlay ( ) )

SpecialCost Source code

function int SpecialCost ( Pawn Seeker) )

SpecialHandling Source code

function Actor SpecialHandling ( Pawn Other) )

UpdateCacheData Source code

final function UpdateCacheData ( Pawn Other ) )


Defaultproperties

defaultproperties
{
				bTranslocatePath=True
				bSpecialCost=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:13.444 - Created with UnCodeX