|
Pol
Revision:cb584c9
|
#include "cliface.h"#include <memory>#include <stddef.h>#include "../../clib/rawtypes.h"#include "../globals/network.h"#include "../globals/settings.h"#include "../globals/state.h"#include "../globals/uvars.h"#include "../mobile/attribute.h"#include "../mobile/charactr.h"#include "../network/packethelper.h"#include "../party.h"#include "../statmsg.h"#include "../ufunc.h"#include "../uoclient.h"#include "../uoskills.h"#include "../vital.h"#include "client.h"#include "packets.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Network | |
Functions | |
| void | Pol::Network::initialize_client_interfaces () |
| void | Pol::Network::send_fake_hits (Client *client, Mobile::Character *me, const Core::Vital *vital) |
| Just like send_uo_hits, but sends hits on a 1000-basis instead. More... | |
| void | Pol::Network::send_uo_dexterity (Client *client, Mobile::Character *me, const Mobile::Attribute *) |
| void | Pol::Network::send_uo_hits (Client *client, Mobile::Character *me, const Core::Vital *vital) |
| void | Pol::Network::send_uo_intelligence (Client *client, Mobile::Character *me, const Mobile::Attribute *) |
| void | Pol::Network::send_uo_mana (Client *client, Mobile::Character *me, const Core::Vital *vital) |
| void | Pol::Network::send_uo_skill (Client *client, Mobile::Character *me, const Mobile::Attribute *attr) |
| void | Pol::Network::send_uo_stamina (Client *client, Mobile::Character *me, const Core::Vital *vital) |
| void | Pol::Network::send_uo_strength (Client *client, Mobile::Character *me, const Mobile::Attribute *) |
Definition in file cliface.cpp.