Pol
Revision:cb584c9
|
#include "tooltips.h"
#include <stddef.h>
#include <string>
#include "../clib/clib_endian.h"
#include "../clib/rawtypes.h"
#include "item/item.h"
#include "item/itemdesc.h"
#include "mobile/charactr.h"
#include "network/client.h"
#include "network/packetdefs.h"
#include "network/packethelper.h"
#include "network/packets.h"
#include "pktin.h"
#include "ufunc.h"
#include "uobject.h"
#include "uworld.h"
Go to the source code of this file.
Namespaces | |
Pol | |
Pol::Core | |
Functions | |
void | Pol::Core::handle_request_tooltip (Network::Client *client, PKTIN_B6 *msgin) |
void | Pol::Core::send_object_cache (Network::Client *client, const UObject *obj) |
void | Pol::Core::send_object_cache_to_inrange (const UObject *obj) |
void | Pol::Core::SendAOSTooltip (Network::Client *client, UObject *obj, bool vendor_content) |
Definition in file tooltips.cpp.