![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
Network replication object, client version.
Contained in: global
Derived from:
none
Derived by:
none
Group: Network (NetObjects)
#include <ClanLib/network.h>
public function member index: |
||
Construction: |
||
CL_NetObject_Client | (int obj_id, const CL_NetComputer& server, CL_NetObject_Controller_Generic* controller); | |
CL_NetObject_Client | (const CL_NetObject_Client& copy); | |
virtual | ~CL_NetObject_Client | (); |
Attributes: |
||
int | get_obj_id | () const; |
CL_NetComputer& | get_server | () const; |
Operations: |
||
void | send | (int msg_type, const CL_NetPacket& message); |
Signals: |
||
CL_Signal_v1<CL_NetPacket& >& | sig_received_message | (int msg_type); |