Black Ops III

Target_IsInCircle

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
*target entityThe entity that is the target
*playerThe player entity
*fovThe player's field of view
*radiusradius of the circle, centered at the center of the screen
[zoffset]if entity is not in target array, use optional zoffset for target pos

* = mandatory