![]() |
TrinityCore
|
#include <SpellPackets.h>
Inheritance diagram for WorldPackets::Spells::MirrorImageComponentedData:Public Member Functions | |
| MirrorImageComponentedData () | |
| ~MirrorImageComponentedData () | |
| 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 | |
| ObjectGuid | UnitGUID |
| int32 | ChrModelID = 0 |
| int32 | SpellVisualKitID = 0 |
| int32 | Unused_1115 = 0 |
| uint8 | RaceID = 0 |
| uint8 | Gender = 0 |
| uint8 | ClassID = 0 |
| std::vector< UF::ChrCustomizationChoice > | Customizations |
| ObjectGuid | GuildGUID |
| std::vector< int32 > | ItemDisplayID |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 996 of file SpellPackets.h.
|
explicit |
Definition at line 1010 of file SpellPackets.cpp.
|
default |
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 1017 of file SpellPackets.cpp.
Here is the caller graph for this function:| int32 WorldPackets::Spells::MirrorImageComponentedData::ChrModelID = 0 |
Definition at line 1005 of file SpellPackets.h.
| uint8 WorldPackets::Spells::MirrorImageComponentedData::ClassID = 0 |
Definition at line 1010 of file SpellPackets.h.
| std::vector<UF::ChrCustomizationChoice> WorldPackets::Spells::MirrorImageComponentedData::Customizations |
Definition at line 1011 of file SpellPackets.h.
| uint8 WorldPackets::Spells::MirrorImageComponentedData::Gender = 0 |
Definition at line 1009 of file SpellPackets.h.
| ObjectGuid WorldPackets::Spells::MirrorImageComponentedData::GuildGUID |
Definition at line 1012 of file SpellPackets.h.
| std::vector<int32> WorldPackets::Spells::MirrorImageComponentedData::ItemDisplayID |
Definition at line 1014 of file SpellPackets.h.
| uint8 WorldPackets::Spells::MirrorImageComponentedData::RaceID = 0 |
Definition at line 1008 of file SpellPackets.h.
| int32 WorldPackets::Spells::MirrorImageComponentedData::SpellVisualKitID = 0 |
Definition at line 1006 of file SpellPackets.h.
| ObjectGuid WorldPackets::Spells::MirrorImageComponentedData::UnitGUID |
Definition at line 1004 of file SpellPackets.h.
| int32 WorldPackets::Spells::MirrorImageComponentedData::Unused_1115 = 0 |
Definition at line 1007 of file SpellPackets.h.