Black Ops III

CantSeeEntities

Returns the set of entities that a player cannot see within a given angle, given a set of entities

Example:

if( isplayer( self.enemy ) && self.enemy CantSeeEntities( entArray, 67 ) )

Returns: entity

Parameters

ParameterSummary
*entArrayThe entities to check against
*dotRangeThe cosine of the angle representing your fov
*tracePerform a trace for entities

* = mandatory