Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
clientiface.cpp File Reference
#include <sstream>
#include "clientiface.h"
#include "debug.h"
#include "network/connection.h"
#include "network/serveropcodes.h"
#include "remoteplayer.h"
#include "settings.h"
#include "mapblock.h"
#include "serverenvironment.h"
#include "map.h"
#include "emerge.h"
#include "server/luaentity_sao.h"
#include "server/player_sao.h"
#include "log.h"
#include "util/srp.h"
#include "util/string.h"
#include "face_position_cache.h"
+ Include dependency graph for clientiface.cpp:

Functions

static std::string string_sanitize_ascii (const std::string &s, u32 max_length)
 
static LuaEntitySAOgetAttachedObject (PlayerSAO *sao, ServerEnvironment *env)
 

Function Documentation

◆ getAttachedObject()

static LuaEntitySAO * getAttachedObject ( PlayerSAO * sao,
ServerEnvironment * env )
static

References ServerActiveObject::getParent().

Referenced by RemoteClient::GetNextBlocks().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ string_sanitize_ascii()

static std::string string_sanitize_ascii ( const std::string & s,
u32 max_length )
static

Referenced by RemoteClient::setLangCode(), and RemoteClient::setVersionInfo().

+ Here is the caller graph for this function: