AITurretShape::TargetInfo
Engine/source/T3D/turret/aiTurretShape.h
Public Attributes
bool
Did we previously have a valid target?
The last time we saw the target.
Current target.
Public Functions
Detailed Description
Public Attributes
bool hadValidTarget
Did we previously have a valid target?
Point3F lastPos
The target's last known position.
SimTime lastSightTime
The last time we saw the target.
VectorF lastVel
The target's last known velocity.
SimObjectPtr< ShapeBase > target
Current target.