TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::NPC::SuppressNPCGreetings Class Referencefinal

#include <NPCPackets.h>

Public Member Functions

 SuppressNPCGreetings ()
 
WorldPacket constWrite () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () overridefinal
 
void Clear ()
 
WorldPacket && Move ()
 
OpcodeServer GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
WorldPacket constGetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

ObjectGuid UnitGUID
 
bool SuppressNPCGreeting = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Constructor & Destructor Documentation

WorldPackets::NPC::SuppressNPCGreetings::SuppressNPCGreetings ( )
inline
ServerPacket(OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
Definition: Packet.h:49
Definition: Opcodes.h:1564

Member Function Documentation

WorldPacket const * WorldPackets::NPC::SuppressNPCGreetings::Write ( )
overridevirtual

Implements WorldPackets::Packet.

146 {
150 
151  return &_worldPacket;
152 }
void FlushBits()
Definition: ByteBuffer.h:150
WorldPacket _worldPacket
Definition: Packet.h:43
bool SuppressNPCGreeting
Definition: NPCPackets.h:183
bool WriteBit(uint32 bit)
Definition: ByteBuffer.h:170
ObjectGuid UnitGUID
Definition: NPCPackets.h:182

+ Here is the call graph for this function:

Member Data Documentation

bool WorldPackets::NPC::SuppressNPCGreetings::SuppressNPCGreeting = false
ObjectGuid WorldPackets::NPC::SuppressNPCGreetings::UnitGUID

The documentation for this class was generated from the following files: