TrinityCore
QueryPackets.h File Reference
#include "Packet.h"
#include "AuthenticationPackets.h"
#include "NPCHandler.h"
#include "ObjectGuid.h"
#include "PacketUtilities.h"
#include "Position.h"
#include "RaceMask.h"
#include "SharedDefines.h"
#include "UnitDefines.h"
#include <array>
+ Include dependency graph for QueryPackets.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WorldPackets::Query::QueryCreature
 
struct  WorldPackets::Query::CreatureXDisplay
 
struct  WorldPackets::Query::CreatureDisplayStats
 
struct  WorldPackets::Query::CreatureStats
 
class  WorldPackets::Query::QueryCreatureResponse
 
struct  WorldPackets::Query::PlayerGuidLookupHint
 
class  WorldPackets::Query::QueryPlayerNames
 
struct  WorldPackets::Query::PlayerGuidLookupData
 
struct  WorldPackets::Query::NameCacheUnused920
 
struct  WorldPackets::Query::NameCacheLookupResult
 
class  WorldPackets::Query::QueryPlayerNamesResponse
 
class  WorldPackets::Query::QueryPageText
 
class  WorldPackets::Query::QueryPageTextResponse
 
struct  WorldPackets::Query::QueryPageTextResponse::PageTextInfo
 
class  WorldPackets::Query::QueryNPCText
 
class  WorldPackets::Query::QueryNPCTextResponse
 
class  WorldPackets::Query::QueryGameObject
 
struct  WorldPackets::Query::GameObjectStats
 
class  WorldPackets::Query::QueryGameObjectResponse
 
class  WorldPackets::Query::QueryCorpseLocationFromClient
 
class  WorldPackets::Query::CorpseLocation
 
class  WorldPackets::Query::QueryCorpseTransport
 
class  WorldPackets::Query::CorpseTransportQuery
 
class  WorldPackets::Query::QueryTime
 
class  WorldPackets::Query::QueryTimeResponse
 
class  WorldPackets::Query::QuestPOIQuery
 
class  WorldPackets::Query::QuestPOIQueryResponse
 
class  WorldPackets::Query::QueryQuestCompletionNPCs
 
struct  WorldPackets::Query::QuestCompletionNPC
 
class  WorldPackets::Query::QuestCompletionNPCResponse
 
class  WorldPackets::Query::QueryPetName
 
class  WorldPackets::Query::QueryPetNameResponse
 
class  WorldPackets::Query::ItemTextQuery
 
struct  WorldPackets::Query::ItemTextCache
 
class  WorldPackets::Query::QueryItemTextResponse
 
class  WorldPackets::Query::QueryRealmName
 
class  WorldPackets::Query::RealmQueryResponse
 

Namespaces

namespace  WorldPackets
 
namespace  WorldPackets::Query
 

Functions

ByteBufferWorldPackets::Query::operator<< (ByteBuffer &data, PlayerGuidLookupHint const &lookupHint)
 
ByteBufferWorldPackets::Query::operator<< (ByteBuffer &data, PlayerGuidLookupData const &lookupData)
 
ByteBufferoperator<< (ByteBuffer &data, QuestPOIData const &questPOIData)
 

Function Documentation

◆ operator<<()

ByteBuffer & operator<< ( ByteBuffer data,
QuestPOIData const &  questPOIData 
)

Definition at line 27 of file QueryPackets.cpp.

+ Here is the call graph for this function: