RESOURCE: CoC_PublicArrays:Array of [arrayname:String, arrayname:String, ... arrayname:String]
PURPOSE: CoC_PublicArrays contains the list of arrays that can be transmitted via fPublicArray. For fPublicArray to work, CoC_PublicArrays must be initialized at mission start, and must be synchronized on all clients. It is recommended that CoC_PublicArrays be defined in the init.sqs. If CoC_PublicArrays is not defined at mission start, the fPublicArray feature will be disabled.
FUNCTION: fPublicArray uses CoC_PublicArrays to assign an index number to the array to be transmitted. fReceiveArray reads the index number and sets the value of the array specified in CoC_PublicArrays to the array received.
HISTORY: Dinger 04/04/2003; rev. 06/12/2003
DEPENDENCIES:
CoC_LIBNUMSYS, CoC_LIBNETWORK