Black Ops III

GetNumConnectedPlayers

Returns the number of players that are connected to our game. Ignores bots by default.

Example:

num_players_and_bots = GetNumConnectedPlayers( true )

Parameters

ParameterSummary
include botsThe optional check to include test clients (bots). (bool)

* = mandatory