Black Ops III

GetPlayers

Returns an array of the currently connected players. Used internally to the script call get_players().

Example:

players = GetPlayers()

Returns: entity

Parameters

ParameterSummary
[team]- if specifed, returns lists of players on different teams, in team based game modes. Valid values "allies", "axis", "neutral" & "all"

* = mandatory