Definition networkpacket.h:14
@ TOSERVER_NUM_MSG_TYPES
Definition networkprotocol.h:884
@ TOCLIENT_NUM_MSG_TYPES
Definition networkprotocol.h:675
const ClientCommandFactory clientCommandFactoryTable[TOCLIENT_NUM_MSG_TYPES]
Definition serveropcodes.cpp:112
ToServerConnectionState
Definition serveropcodes.h:13
@ TOSERVER_STATE_STARTUP
Definition serveropcodes.h:15
@ TOSERVER_STATE_NOT_CONNECTED
Definition serveropcodes.h:14
@ TOSERVER_STATE_INGAME
Definition serveropcodes.h:16
@ TOSERVER_STATE_ALL
Definition serveropcodes.h:17
const ToServerCommandHandler toServerCommandTable[TOSERVER_NUM_MSG_TYPES]
Definition serveropcodes.cpp:12
Definition serveropcodes.h:27
const char * name
Definition serveropcodes.h:28
bool reliable
Definition serveropcodes.h:30
u8 channel
Definition serveropcodes.h:29
Definition serveropcodes.h:20
void(Server::* handler)(NetworkPacket *pkt)
Definition serveropcodes.h:23
ToServerConnectionState state
Definition serveropcodes.h:22
const char * name
Definition serveropcodes.h:21