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

Tyrion.AI_TargetSensor

Extends
AI_Sensor
Modifiers
implements IVisionNotification

Core.Object
|   
+-- Core.DeleteableObject
   |   
   +-- Tyrion.AI_Sensor
      |   
      +-- Tyrion.AI_TargetSensor

Direct Known Subclasses:

AI_TargetMemorySensor

Constants Summary
Inherited Contants from Tyrion.AI_Sensor
ONLY_NONE_VALUE, ONLY_NON_NONE_VALUE

Variables Summary
floatcanStillSeePeriod
VectorlastPlaceSeen
floatlastTimeSeen
Pawntarget
AI_SensortimerSensor
Inherited Variables from Tyrion.AI_Sensor
bNotifyIfResourceInactive, bNotifyOnValueChange, recipients, sensorAction, value
Inherited Variables from Core.DeleteableObject
LatentStackLocations

Functions Summary
function begin ()))
function cleanup ()))
function onSensorMessage (AI_Sensor sensor, AI_SensorData value, Object userData ))
function OnViewerLostPawn (Pawn Viewer, Pawn Seen))
function OnViewerSawPawn (Pawn Viewer, Pawn Seen))
function setParameters (Pawn _target, optional float _canStillSeePeriod ))
Inherited Functions from Tyrion.AI_Sensor
activateSensor, activateSensorInternal, activateSentinel, begin, bSendMessage, cleanup, clearValue, construct, deactivateSensor, deactivateSensorInternal, deactivateSentinel, getResource, OnSensorMessage, queryFloatValue, queryIntegerValue, queryObjectValue, queryUsage, queryValue, sendMessageOnNextValueUpdate, sendSensorMessage, setCategoricalValue, setFloatValue, setIntegerValue, setObjectValue
Inherited Functions from Core.DeleteableObject
Delete


Variables Detail

canStillSeePeriod Source code

var float canStillSeePeriod;

lastPlaceSeen Source code

var Vector lastPlaceSeen;

lastTimeSeen Source code

var float lastTimeSeen;

target Source code

var Pawn target;

timerSensor Source code

var AI_Sensor timerSensor;


Functions Detail

begin Source code

function begin ( ) )

cleanup Source code

function cleanup ( ) )

onSensorMessage Source code

function onSensorMessage ( AI_Sensor sensor, AI_SensorData value, Object userData ) )

OnViewerLostPawn Source code

function OnViewerLostPawn ( Pawn Viewer, Pawn Seen) )

OnViewerSawPawn Source code

function OnViewerSawPawn ( Pawn Viewer, Pawn Seen) )

setParameters Source code

function setParameters ( Pawn _target, optional float _canStillSeePeriod ) )


Defaultproperties

defaultproperties
{
	lastTimeSeen = -9999999


	bNotifyOnValueChange = true
	bNotifyIfResourceInactive = true	
}

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