Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
clientopcodes.cpp File Reference
#include "clientopcodes.h"
#include "client/client.h"
+ Include dependency graph for clientopcodes.cpp:

Variables

static const ToClientCommandHandler null_command_handler
 
const ToClientCommandHandler toClientCommandTable [TOCLIENT_NUM_MSG_TYPES]
 
static const ServerCommandFactory null_command_factory = { nullptr, 0, false }
 
const ServerCommandFactory serverCommandFactoryTable [TOSERVER_NUM_MSG_TYPES]
 

Variable Documentation

◆ null_command_factory

const ServerCommandFactory null_command_factory = { nullptr, 0, false }
static

◆ null_command_handler

const ToClientCommandHandler null_command_handler
static
Initial value:
=
void handleCommand_Null(NetworkPacket *pkt)
Definition client.h:162
@ TOCLIENT_STATE_ALL
Definition clientopcodes.h:17

◆ serverCommandFactoryTable

const ServerCommandFactory serverCommandFactoryTable[TOSERVER_NUM_MSG_TYPES]

Referenced by Client::Send().

◆ toClientCommandTable