![]() |
TrinityCore
|
#include <MiscPackets.h>
Inheritance diagram for WorldPackets::Misc::LoadCUFProfiles:Public Member Functions | |
| LoadCUFProfiles () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
| void | Read () final |
| void | Clear () |
| WorldPacket && | Move () |
| void | ShrinkToFit () |
| OpcodeServer | 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 | |
| std::vector< CUFProfile const * > | CUFProfiles |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 748 of file MiscPackets.h.
|
inlineexplicit |
Definition at line 751 of file MiscPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 580 of file MiscPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector<CUFProfile const*> WorldPackets::Misc::LoadCUFProfiles::CUFProfiles |
Definition at line 755 of file MiscPackets.h.