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

Tyrion.AI_VehicleGuardGoal

Extends
AI_VehicleGoal
Modifiers
editinlinenew

Core.Object
|   
+-- Core.RefCount
   |   
   +-- Engine.Tyrion_GoalBase
      |   
      +-- Tyrion.AI_Goal
         |   
         +-- Tyrion.AI_VehicleGoal
            |   
            +-- Tyrion.AI_VehicleGuardGoal

Variables Summary
Parameters
floatengagementAreaRadius
Inherited Variables from Tyrion.AI_Goal
achievingAction, activationSentinel, bDeleted, bGoalAchieved, bGoalConsidered, bGoalFailed, bInactive, bPermanent, bRemoveGoalOfSameType, bTerminateIfStolen, bTryOnlyOnce, bWakeUpPoster, deactivationSentinel, goalName, ignoreCounter, matchedN, notificationRecipients, parentAction, Priority, resource

Functions Summary
function construct (AI_Resource r, int pri, float _engagementAreaRadius ))
function init (AI_Resource r ))
function setUpDeactivationSentinel ()))
Inherited Functions from Tyrion.AI_VehicleGoal
findResource, getResourceClass
Inherited Functions from Tyrion.AI_Goal
activate, addNotificationRecipient, beingAchieved, changePriority, cleanup, construct, deactivate, findGoalByName, findGoalInCharacterByName, findGoalInSquadByName, findGoalInTurretByName, findGoalInVehicleByName, getResource, handleGoalFailure, handleGoalSuccess, hasCompleted, init, markGoalAsAchieved, markGoalAsFailed, myAddRef, notifyCompletion, onSensorMessage, postGoal, priorityFn, setUpDeactivationSentinel, unPostGoal, wasAchieved, wasConsidered, wasNotAchieved


Variables Detail

Parameters

engagementAreaRadius Source code

var(Parameters) float engagementAreaRadius;
Radius of engagement area


Functions Detail

construct Source code

overloaded function construct ( AI_Resource r, int pri, float _engagementAreaRadius ) )

init Source code

function init ( AI_Resource r ) )

setUpDeactivationSentinel Source code

function setUpDeactivationSentinel ( ) )


Defaultproperties

defaultproperties
{
	engagementAreaRadius = 10000


	bRemoveGoalOfSameType = true


	bInactive = true
	bPermanent = true
	priority = 40
}



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