RESOURCE: CoC_ClientList:Array of [localObject:Object, playerName:String, reservedVar:String, connected:Boolean]
PURPOSE: The CoC_ClientList contains one entry Array for every node in the networked OFP session and an additional entry Array for the server at index 0.
FUNCTION: This array is filled with entries on all nodes during the Network Services connection/handshaking procedure. An equivalent array CoC_PeerList is filled as well. The array should not be modified by the scripter as it needs to be synchronized on every network node.
HISTORY: CoC bn880 06/03/2003; revised 14/11/2003
DEPENDENCIES: CoC_LIBNUMSYS, CoC_LIBNETWORK