
Signal that is called whenever the netobject channel receives a message for a netobject it doesnt know. The application should hook a slot into this signal and determine what to do with the message.
CL_Signal_v3<CL_NetObject_Client &, int, CL_DataBuffer &>& CL_NetObject_Controller::sig_create_object();
Detailed description:
CL_Signal_v3 Signal parameters: CL_NetObject &netobj_handle - Handle identifying the netobject created. int msg_type - Message type of the message (the msg_type param used to send it with netobj.send()). CL_NetPacket &message - The message itself.