![]() |
TrinityCore
|
#include <WhoPackets.h>
Inheritance diagram for WorldPackets::Who::WhoRequestPkt:Public Member Functions | |
| WhoRequestPkt (WorldPacket &&packet) | |
| void | Read () override |
Public Member Functions inherited from WorldPackets::ClientPacket | |
| ClientPacket (WorldPacket &&packet) | |
| ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet) | |
| WorldPacket const * | Write () final |
| OpcodeClient | GetOpcode () const |
Public Member Functions inherited from WorldPackets::Packet | |
| Packet (WorldPacket &&worldPacket) | |
| virtual | ~Packet ()=default |
| Packet (Packet const &right)=delete | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Public Attributes | |
| WhoRequest | Request |
| uint32 | Token = 0 |
| uint8 | Origin = 0 |
| bool | IsAddon = false |
| Array< int32, 10 > | Areas |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 79 of file WhoPackets.h.
|
inlineexplicit |
Definition at line 82 of file WhoPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 88 of file WhoPackets.cpp.
Definition at line 90 of file WhoPackets.h.
| bool WorldPackets::Who::WhoRequestPkt::IsAddon = false |
Definition at line 89 of file WhoPackets.h.
| uint8 WorldPackets::Who::WhoRequestPkt::Origin = 0 |
Definition at line 88 of file WhoPackets.h.
| WhoRequest WorldPackets::Who::WhoRequestPkt::Request |
Definition at line 86 of file WhoPackets.h.
| uint32 WorldPackets::Who::WhoRequestPkt::Token = 0 |
Definition at line 87 of file WhoPackets.h.