Minetest  5.4.0
clientopcodes.h File Reference
#include "client/client.h"
#include "networkprotocol.h"
+ Include dependency graph for clientopcodes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ToClientCommandHandler
 
struct  ServerCommandFactory
 

Enumerations

enum  ToClientConnectionState { TOCLIENT_STATE_NOT_CONNECTED , TOCLIENT_STATE_CONNECTED , TOCLIENT_STATE_ALL }
 

Variables

const ToClientCommandHandler toClientCommandTable [TOCLIENT_NUM_MSG_TYPES]
 
const ServerCommandFactory serverCommandFactoryTable [TOSERVER_NUM_MSG_TYPES]
 

Enumeration Type Documentation

◆ ToClientConnectionState

Enumerator
TOCLIENT_STATE_NOT_CONNECTED 
TOCLIENT_STATE_CONNECTED 
TOCLIENT_STATE_ALL 

Variable Documentation

◆ serverCommandFactoryTable

const ServerCommandFactory serverCommandFactoryTable[TOSERVER_NUM_MSG_TYPES]
extern

Referenced by Client::Send().

◆ toClientCommandTable