Definition networkpacket.h:14
ToClientConnectionState
Definition clientopcodes.h:14
@ TOCLIENT_STATE_CONNECTED
Definition clientopcodes.h:16
@ TOCLIENT_STATE_NOT_CONNECTED
Definition clientopcodes.h:15
@ TOCLIENT_STATE_ALL
Definition clientopcodes.h:17
const ServerCommandFactory serverCommandFactoryTable[TOSERVER_NUM_MSG_TYPES]
Definition clientopcodes.cpp:128
const ToClientCommandHandler toClientCommandTable[TOCLIENT_NUM_MSG_TYPES]
Definition clientopcodes.cpp:12
@ TOSERVER_NUM_MSG_TYPES
Definition networkprotocol.h:884
@ TOCLIENT_NUM_MSG_TYPES
Definition networkprotocol.h:675
Definition clientopcodes.h:28
u8 channel
Definition clientopcodes.h:30
const char * name
Definition clientopcodes.h:29
bool reliable
Definition clientopcodes.h:31
Definition clientopcodes.h:21
void(Client::* handler)(NetworkPacket *pkt)
Definition clientopcodes.h:24
ToClientConnectionState state
Definition clientopcodes.h:23
const char * name
Definition clientopcodes.h:22