Black Ops III

IsLookingAt

Returns true if the player is looking at entity

Example:

if( isplayer( self.enemy ) && self.enemy islookingat( self ) )

Parameters

ParameterSummary
*entityThe entity to check

* = mandatory