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

Tyrion.AI_Panic

Extends
AI_CharacterAction
Modifiers
editinlinenew

Core.Object
|   
+-- Core.RefCount
   |   
   +-- Engine.Tyrion_ActionBase
      |   
      +-- Tyrion.ActionBase
         |   
         +-- Tyrion.AI_RunnableAction
            |   
            +-- Tyrion.AI_Action
               |   
               +-- Tyrion.AI_CharacterAction
                  |   
                  +-- Tyrion.AI_Panic

Constants Summary
MAX_ITERATIONS=10
MAX_PANIC_DIST=3000.0f
MIN_PANIC_DIST=1000.0f

Variables Summary
BaseAICharacterai
Vectordestination
inti
Inherited Variables from Tyrion.AI_CharacterAction
DummyHeadGoal, DummyMovementGoal, DummyWeaponGoal, headResourceStorage, movementResourceStorage, pawn, weaponResourceStorage
Inherited Variables from Tyrion.AI_Action
achievingGoal, childGoals, heuristicValue, nsChild, resourceUsage, satisfiesGoal, waitingForGoalsN

Functions Summary
Inherited Functions from Tyrion.AI_CharacterAction
baseAIcharacter, character, characterResource, classConstruct, cleanup, clearDummyGoals, clearDummyHeadGoal, clearDummyMovementGoal, clearDummyWeaponGoal, findResource, getResourceClass, headResource, initAction, movementResource, rook, useResources, weaponResource
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

MAX_ITERATIONS Source code

const MAX_ITERATIONS = 10;

MAX_PANIC_DIST Source code

const MAX_PANIC_DIST = 3000.0f;

MIN_PANIC_DIST Source code

const MIN_PANIC_DIST = 1000.0f;


Variables Detail

ai Source code

var BaseAICharacter ai;

destination Source code

var Vector destination;

i Source code

var int i;


Defaultproperties

defaultproperties
{
	satisfiesGoal = class'AI_PanicGoal'
}

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