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

Botpack.JumpSpot

Extends
LiftCenter

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.NavigationPoint
      |   
      +-- Engine.LiftCenter
         |   
         +-- Botpack.JumpSpot

Variables Summary
BotPendingBot
JumpSpot
boolbAlwaysAccel
boolbImpactJump
Inherited Variables from Engine.LiftCenter
LastTriggerTime, LiftOffset, LiftTag, LiftTrigger, MaxDist2D, MaxZDiffAdd, MyLift, RecommendedTrigger
Inherited Variables from Engine.NavigationPoint
bAutoBuilt, bEndPoint, bEndPointOnly, bestPathWeight, bNeverUseStrafing, bOneWayPath, bPlayerOnly, bSpecialCost, bTwoWay, cost, ExtraCost, nextNavigationPoint, nextOrdered, ownerTeam, Paths[16], previousPath, prevOrdered, PrunedPaths[16], routeCache, startPath, taken, upstreamPaths[16], visitedWeight, VisNoReachPaths[16]

Functions Summary
eventint SpecialCost (Pawn Seeker))
functionActor SpecialHandling (Pawn Other))
functionActor SpecialHandling (Pawn Other))
PendingImpact
functionActor SpecialHandling (Pawn Other))
PendingJump
function Tick (float DeltaTime))
PendingImpact
function Tick (float DeltaTime))
PendingJump
Inherited Functions from Engine.LiftCenter
PostBeginPlay, SpecialHandling
Inherited Functions from Engine.NavigationPoint
Accept, describeSpec, PlayTeleportEffect, SpecialCost

States Summary
PendingImpact Source code
state PendingImpact
SpecialHandling, Tick
PendingJump Source code
state PendingJump
SpecialHandling, Tick


Variables Detail

PendingBot Source code

var Bot PendingBot;

JumpSpot

bAlwaysAccel Source code

var(JumpSpot) bool bAlwaysAccel;

bImpactJump Source code

var(JumpSpot) bool bImpactJump;


Functions Detail

SpecialCost Source code

event int SpecialCost ( Pawn Seeker) )

SpecialHandling Source code

function Actor SpecialHandling ( Pawn Other) )

SpecialHandling PendingImpact Source code

function Actor SpecialHandling ( Pawn Other) )

SpecialHandling PendingJump Source code

function Actor SpecialHandling ( Pawn Other) )

Tick PendingImpact Source code

function Tick ( float DeltaTime) )

Tick PendingJump Source code

function Tick ( float DeltaTime) )


Defaultproperties

defaultproperties
{
     bSpecialCost=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:14:37.439 - Created with UnCodeX