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

Tyrion.AI_VehicleExpellOccupant

Extends
AI_VehicleAction
Modifiers
editinlinenew

Core.Object
|   
+-- Core.RefCount
   |   
   +-- Engine.Tyrion_ActionBase
      |   
      +-- Tyrion.ActionBase
         |   
         +-- Tyrion.AI_RunnableAction
            |   
            +-- Tyrion.AI_Action
               |   
               +-- Tyrion.AI_VehicleAction
                  |   
                  +-- Tyrion.AI_VehicleExpellOccupant

Constants Summary
N_TRIES=10

Variables Summary
inti
InternalParameters
Characteroccupant
Parameters
NameoccupantName
Inherited Variables from Tyrion.AI_Action
achievingGoal, childGoals, heuristicValue, nsChild, resourceUsage, satisfiesGoal, waitingForGoalsN

Functions Summary
Inherited Functions from Tyrion.AI_VehicleAction
classConstruct, driverResource, findResource, getResourceClass, gunnerResource, rook, turret, 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


Constants Detail

N_TRIES Source code

const N_TRIES = 10;


Variables Detail

i Source code

var int i;

InternalParameters

occupant Source code

var(InternalParameters) Character occupant;

Parameters

occupantName Source code

var(Parameters) Name occupantName;
Name of character to expell


Defaultproperties

defaultproperties
{
	satisfiesGoal = class'AI_VehicleExpellOccupantGoal'
	resourceUsage = 0 
}

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