Black Ops III

GetAISpeciesArray

Returns an array of the AI

Example:

aiarray = GetAISpeciesArray( "axis", "all" )

Returns: entity

Parameters

ParameterSummary
[team]a team name, either 'axis', 'allies', 'neutral', or 'all'. Defaults to 'all'.
[species]species of AI to get, 'human', 'dog', 'robot' or 'all'. Defaults to 'human'.

* = mandatory