RESOURCE: CoC_PeerList:Array of [localObject:Object, playerName:String, reservedVar:String, connected:Boolean]
PURPOSE: The CoC_PeerList contains one entry Array for every client 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_ClientList 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