Black Ops III

GetActorTeamCountRadius

Returns number of human actor AI within a sphere on a given set of teams

Example:

nearbyOthersCount = GetActorTeamCountRadius( self.origin, 500, "axis", "neutral" )

Parameters

ParameterSummary
*originCenter of sphere
*radiusRadius of sphere
[team]any number of team names may be added, either 'axis', 'allies', or 'neutral' (no team implies all teams)

* = mandatory