CanSee( <target> )


Module: AI
SP Only

Summary:

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



Call this on:

<actor> An actor



Example:

if( self CanSee( player ) )



Required Args:

  • 1 : <target> (entity) The entity to check.