Black Ops III

Target_OriginIsInCircle

Returns whether a target is within a given radius from the center of the player's screen

Example:

player Target_IsInCircle( enemy_chopper, player, 65, 100 )

Parameters

ParameterSummary
*originThe origin to test
*playerThe player entity
*fovThe player's field of view
*radiusradius of the circle, centered at the center of the screen

* = mandatory