- 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_Search
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 |
const SEARCH_DISTANCE1 = 1.0f;
const SEARCH_DISTANCE2 = 0.75f;
const SEARCH_ROTATION1 = +1.1780972f;
const SEARCH_ROTATION2 = -1.1780972f;
InternalParameters
var(InternalParameters) editconst
Character.GroundMovementLevels searchSpeed;
var(InternalParameters) editconst
Pawn target;
Parameters
var(Parameters) float searchDistance;
function actionSucceededCB (
NS_Action child ) )
function cleanup ( ) )
private final
function Vector getDestination (
float searchDistance,
float searchRotation ) )
defaultproperties
{
satisfiesGoal = class'AI_SearchGoal'
searchDistance = 600
} |
Creation time: st 23.5.2018 00:10:27.402 - Created with
UnCodeX