GetNetworkNumClients

Description

Returns the number of clients connected to the specified network. The host counts as a client as does the local client. Meaning that on a connected network there should be at least 2 clients.

A host waiting for clients returns 1 if it is on its own. A client trying to connect returns 0 until it connects and the host accepts the client, giving it a unique ID, it should then return 2.

Definition

integer GetNetworkNumClients( iNetID )

Parameters