CL_NetMessage( void *data, int size);
Constructs a Net message using the data given. Please notice that it doesn't duplicate the data, but only points its data pointer to the data given.
Back to index