Black Ops III

IsKnownEnemyInRadius

Checks if there is a known enemy in a radius for an AI.

Example:

if ( self IsKnownEnemyInRadius( pos, radius ) ) ...

Parameters

ParameterSummary
*positioncenter of radius to check.
*radius.

* = mandatory