IsAITargetInSight
This verb checks to see whether or not an actor can see his target and returns a boolean value. Unlike
HasLOS()
, if the actor is not facing the target, he will not see it. Syntax:
boolean
=
IsAITargetInSight(actor);
Alternatives:
HasLOS()