Call of Duty Script Documentation

cansee( <target> )


Module
AI


Summary


Check to see if the actor can see the given entity.

Call this function on


<actor> An actor

Example


if( self CanSee(player))

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List