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

Tyrion.AI_Pursue

Extends
AI_MovementAction
Modifiers
editinlinenew

Core.Object
|   
+-- Core.RefCount
   |   
   +-- Engine.Tyrion_ActionBase
      |   
      +-- Tyrion.ActionBase
         |   
         +-- Tyrion.AI_RunnableAction
            |   
            +-- Tyrion.AI_Action
               |   
               +-- Tyrion.AI_MovementAction
                  |   
                  +-- Tyrion.AI_Pursue

Constants Summary
SEARCH_TIME=6.0f

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

Functions Summary
functionstring actionDebuggingString ()))
function actionFailedCB (NS_Action child, ACT_ErrorCodes anErrorCode ))
function actionSucceededCB (NS_Action child ))
function cleanup ()))
function goalAchievedCB (AI_Goal goal, AI_Action child ))
function goalNotAchievedCB (AI_Goal goal, AI_Action child, ACT_ErrorCodes errorCode ))
function OnSensorMessage (AI_Sensor sensor, AI_SensorData value, Object userData ))
functionfloat proximityFunction ()))
Inherited Functions from Tyrion.AI_MovementAction
baseAIcharacter, character, characterResource, classConstruct, findResource, getResourceClass, movementResource, rook, runAction
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


Constants Detail

SEARCH_TIME Source code

const SEARCH_TIME = 6.0f;


Variables Detail

ai Source code

var BaseAICharacter ai;

errorCode Source code

var ACT_ErrorCodes errorCode;

follow Source code

var NS_Action follow;

investigateGoal Source code

var AI_Goal investigateGoal;

targetMemorySensor Source code

var AI_TargetMemorySensor targetMemorySensor;

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

energyUsage Source code

var(Parameters) float energyUsage;

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;

terminalVelocity Source code

var(Parameters) float terminalVelocity;


Functions Detail

actionDebuggingString Source code

function string actionDebuggingString ( ) )

actionFailedCB Source code

function actionFailedCB ( NS_Action child, ACT_ErrorCodes anErrorCode ) )

actionSucceededCB Source code

function actionSucceededCB ( NS_Action child ) )

cleanup Source code

function cleanup ( ) )

goalAchievedCB Source code

function goalAchievedCB ( AI_Goal goal, AI_Action child ) )

goalNotAchievedCB Source code

function goalNotAchievedCB ( AI_Goal goal, AI_Action child, ACT_ErrorCodes errorCode ) )

OnSensorMessage Source code

function OnSensorMessage ( AI_Sensor sensor, AI_SensorData value, Object userData ) )

proximityFunction Source code

private final function float proximityFunction ( ) )


Defaultproperties

defaultproperties
{
	satisfiesGoal = class'AI_PursueGoal'
}

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