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

Tyrion.AI_Repair

Extends
AI_MovementAction
Modifiers
implements IBooleanActionCondition editinlinenew

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

Variables Summary
BaseAICharacterai
ACT_ErrorCodeserrorCode
floatproximity
InternalParameters
Pawntarget
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 ))
functionbool actionTest (ActionBase parent, NS_Action child ))
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


Variables Detail

ai Source code

var BaseAICharacter ai;

errorCode Source code

var ACT_ErrorCodes errorCode;

proximity Source code

var float proximity;

InternalParameters

target Source code

var(InternalParameters) editconst Pawn target;


Functions Detail

actionFailedCB Source code

function actionFailedCB ( NS_Action child, ACT_ErrorCodes anErrorCode ) )

actionSucceededCB Source code

function actionSucceededCB ( NS_Action child ) )

actionTest Source code

static function bool actionTest ( ActionBase parent, NS_Action child ) )


Defaultproperties

defaultproperties
{
	satisfiesGoal = class'AI_RepairGoal'
}

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