Pol  Revision:cb584c9
tooltips.cpp File Reference
#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)
 

Detailed Description

History
  • 2007/04/07 MuadDib: send_object_cache_to_inrange updated from just UObject* to const UObject* for compatibility across more areas.
  • 2009/01/03 MuadDib: Some generic recoding to remove useless code. O_O
  • 2009/01/27 MuadDib: Rewrote Obj Cache Building/Sending.
  • 2009/07/26 MuadDib: Packet struct refactoring.
  • 2009/09/06 Turley: Changed Version checks to bitfield client->ClientType

Definition in file tooltips.cpp.