ManaPlus
Namespaces | Functions | Variables
beingrecv.cpp File Reference

(986a3bf)

#include "net/eathena/beingrecv.h"
#include "actormanager.h"
#include "effectmanager.h"
#include "game.h"
#include "notifymanager.h"
#include "party.h"
#include "being/mercenaryinfo.h"
#include "const/utils/timer.h"
#include "enums/resources/notifytypes.h"
#include "enums/resources/map/mapitemtype.h"
#include "particle/particleengine.h"
#include "input/keyboardconfig.h"
#include "gui/viewport.h"
#include "gui/windows/skilldialog.h"
#include "gui/windows/socialwindow.h"
#include "gui/windows/outfitwindow.h"
#include "net/character.h"
#include "net/charserverhandler.h"
#include "net/messagein.h"
#include "net/serverfeatures.h"
#include "net/ea/beingrecv.h"
#include "net/eathena/maptypeproperty2.h"
#include "net/eathena/sp.h"
#include "net/eathena/sprite.h"
#include "resources/claninfo.h"
#include "resources/iteminfo.h"
#include "resources/db/clandb.h"
#include "resources/db/itemdb.h"
#include "resources/map/map.h"
#include "utils/checkutils.h"
#include "utils/foreach.h"
#include "utils/timer.h"
#include "debug.h"

Go to the source code of this file.

Namespaces

 EAthena
 

Functions

static void EAthena::setBasicFields (Being *const dstBeing, const uint8_t gender, const int hairStyle, const ItemColor hairColor, const uint32_t weapon, const uint16_t headBottom, const uint16_t headMid, const uint16_t headTop, const uint16_t shoes, const uint16_t gloves, const bool notMove)
 

Variables

int serverVersion
 
WindowdeathNotice
 
bool packets_re
 
bool packets_main
 
bool packets_zero
 
int itemIdLen
 

Variable Documentation

◆ deathNotice

Window* deathNotice
extern

◆ itemIdLen

int itemIdLen
extern

◆ packets_main

bool packets_main
extern

Definition at line 131 of file client.cpp.

Referenced by EAthena::BeingRecv::processSolveCharName().

◆ packets_re

bool packets_re
extern

Definition at line 132 of file client.cpp.

Referenced by EAthena::BeingRecv::processSolveCharName().

◆ packets_zero

bool packets_zero
extern

Definition at line 133 of file client.cpp.

Referenced by EAthena::BeingRecv::processSolveCharName().

◆ serverVersion

int serverVersion
extern

Definition at line 124 of file client.cpp.