Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
serveropcodes.h File Reference
#include "server.h"
#include "networkprotocol.h"
+ Include dependency graph for serveropcodes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ToServerCommandHandler
 
struct  ClientCommandFactory
 

Enumerations

enum  ToServerConnectionState { TOSERVER_STATE_NOT_CONNECTED , TOSERVER_STATE_STARTUP , TOSERVER_STATE_INGAME , TOSERVER_STATE_ALL }
 

Variables

const ToServerCommandHandler toServerCommandTable [TOSERVER_NUM_MSG_TYPES]
 
const ClientCommandFactory clientCommandFactoryTable [TOCLIENT_NUM_MSG_TYPES]
 

Enumeration Type Documentation

◆ ToServerConnectionState

Enumerator
TOSERVER_STATE_NOT_CONNECTED 
TOSERVER_STATE_STARTUP 
TOSERVER_STATE_INGAME 
TOSERVER_STATE_ALL 

Variable Documentation

◆ clientCommandFactoryTable

◆ toServerCommandTable