ManaPlus
|
#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 |
Window * | deathNotice |
bool | packets_re |
bool | packets_main |
bool | packets_zero |
int | itemIdLen |
|
extern |
Definition at line 62 of file dialogsmanager.cpp.
Referenced by EAthena::BeingRecv::processBeingResurrect(), and TmwAthena::BeingRecv::processBeingResurrect().
|
extern |
Definition at line 130 of file client.cpp.
Referenced by EAthena::BeingRecv::processBeingViewEquipment(), and EAthena::BeingRecv::processBeingViewEquipment2().
|
extern |
Definition at line 131 of file client.cpp.
Referenced by EAthena::BeingRecv::processSolveCharName().
|
extern |
Definition at line 132 of file client.cpp.
Referenced by EAthena::BeingRecv::processSolveCharName().
|
extern |
Definition at line 133 of file client.cpp.
Referenced by EAthena::BeingRecv::processSolveCharName().
|
extern |
Definition at line 124 of file client.cpp.