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

Tyrion.AI_VehicleFollow

Extends
AI_DriverAction
Modifiers
editinlinenew

Core.Object
|   
+-- Core.RefCount
   |   
   +-- Engine.Tyrion_ActionBase
      |   
      +-- Tyrion.ActionBase
         |   
         +-- Tyrion.AI_RunnableAction
            |   
            +-- Tyrion.AI_Action
               |   
               +-- Tyrion.AI_DriverAction
                  |   
                  +-- Tyrion.AI_VehicleFollow

Variables Summary
ACT_ErrorCodeserrorCode
InternalParameters
IFollowFunctionfollowFunction
intpositionIndex
Pawntarget
Parameters
floatdesiredSpeed
floatproximity
NametargetName
floatterminalHeight
floatterminalVelocity
Inherited Variables from Tyrion.AI_Action
achievingGoal, childGoals, heuristicValue, nsChild, resourceUsage, satisfiesGoal, waitingForGoalsN

Functions Summary
function actionFailedCB (NS_Action child, ACT_ErrorCodes anErrorCode ))
function actionSucceededCB (NS_Action child ))
function cleanup ()))
Inherited Functions from Tyrion.AI_DriverAction
classConstruct, findResource, getResourceClass, rook, runAction, vehicle, vehicleResource
Inherited Functions from Tyrion.AI_Action
fail, getChildReference, getResource, goalAchievedCB, goalNotAchievedCB, initAction, instantFail, instantSucceed, interruptAction, interruptGoalIf, myAddRef, OnSensorMessage, removeAction, removeChildReference, resourceStolenCB, runAction, selectionHeuristic, setChildReference, succeed, waitForAllGoals, waitForAllGoalsConsidered, waitForAllGoalsInList, waitForAnyGoal, waitForGoal, waitForResourcesAvailable

States Summary
Running Source code
state Running


Variables Detail

errorCode Source code

var ACT_ErrorCodes errorCode;

InternalParameters

followFunction Source code

var(InternalParameters) editconst IFollowFunction followFunction;

positionIndex Source code

var(InternalParameters) editconst int positionIndex;

target Source code

var(InternalParameters) editconst Pawn target;

Parameters

desiredSpeed Source code

var(Parameters) float desiredSpeed;
Preferred travel speed

proximity Source code

var(Parameters) editinline float proximity;
How close to get while following

targetName Source code

var(Parameters) editinline Name targetName;
A pawn to follow

terminalHeight Source code

var(Parameters) float terminalHeight;
How high to end up over the target - 0 means 'DONT_CARE'

terminalVelocity Source code

var(Parameters) float terminalVelocity;


Functions Detail

actionFailedCB Source code

function actionFailedCB ( NS_Action child, ACT_ErrorCodes anErrorCode ) )

actionSucceededCB Source code

function actionSucceededCB ( NS_Action child ) )

cleanup Source code

function cleanup ( ) )


Defaultproperties

defaultproperties
{
	satisfiesGoal = class'AI_VehicleFollowGoal'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:27.870 - Created with UnCodeX