Minetest  5.4.0
clientopcodes.cpp File Reference
#include "clientopcodes.h"
+ Include dependency graph for clientopcodes.cpp:

Variables

static const ToClientCommandHandler null_command_handler = {"TOCLIENT_NULL", TOCLIENT_STATE_ALL, &Client::handleCommand_Null}
 
const ToClientCommandHandler toClientCommandTable [TOCLIENT_NUM_MSG_TYPES]
 
static const ServerCommandFactory null_command_factory = { "TOSERVER_NULL", 0, false }
 
const ServerCommandFactory serverCommandFactoryTable [TOSERVER_NUM_MSG_TYPES]
 

Variable Documentation

◆ null_command_factory

const ServerCommandFactory null_command_factory = { "TOSERVER_NULL", 0, false }
static

◆ null_command_handler

const ToClientCommandHandler null_command_handler = {"TOCLIENT_NULL", TOCLIENT_STATE_ALL, &Client::handleCommand_Null}
static

◆ serverCommandFactoryTable

const ServerCommandFactory serverCommandFactoryTable[TOSERVER_NUM_MSG_TYPES]

Referenced by Client::Send().

◆ toClientCommandTable