CoC_NSDebug

 

RESOURCE: CoC_NSDebug:Boolean

PURPOSE: The CoC_NSDebug is an optional boolean parameter used to enable/disable the CoC NS debug mode.  The CoC NS debug mode basically prints the contents received on any node when the message is believed to have arrived improperly.  Useful when a scripter makes a mistake passing in data to some fNSend* functions.

FUNCTION: Default value is false(off).

The parameter can be changed from a default value in the CoC_Server add-on initialization line (if the mission designer uses the Add-on version of the Network Services) or the change is made in the start of init.sqs (in case the script version of the Network Services are used).

 

EXAMPLE: CoC_NSDebug = true;

HISTORY: CoC bn880 14/11/2003

DEPENDENCIES: CoC_LIBNUMSYS, CoC_LIBNETWORK