Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Core.DeleteableObject | +-- Tyrion.AI_Sensor | +-- Tyrion.AI_TargetSensor
AI_TargetMemorySensor
Constants Summary |
---|
Inherited Contants from Tyrion.AI_Sensor |
---|
ONLY_NONE_VALUE, ONLY_NON_NONE_VALUE |
Variables Summary | |
---|---|
float | canStillSeePeriod |
Vector | lastPlaceSeen |
float | lastTimeSeen |
Pawn | target |
AI_Sensor | timerSensor |
Inherited Variables from Tyrion.AI_Sensor |
---|
bNotifyIfResourceInactive, bNotifyOnValueChange, recipients, sensorAction, value |
Inherited Variables from Core.DeleteableObject |
---|
LatentStackLocations |
Functions Summary | ||
---|---|---|
begin ())) | ||
cleanup ())) | ||
onSensorMessage (AI_Sensor sensor, AI_SensorData value, Object userData )) | ||
OnViewerLostPawn (Pawn Viewer, Pawn Seen)) | ||
OnViewerSawPawn (Pawn Viewer, Pawn Seen)) | ||
setParameters (Pawn _target, optional float _canStillSeePeriod )) |
Inherited Functions from Core.DeleteableObject |
---|
Delete |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties
{
lastTimeSeen = -9999999
bNotifyOnValueChange = true
bNotifyIfResourceInactive = true
} |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |