![]() |
TrinityCore
|
Classes | |
| class | AccountTransmogUpdate |
| struct | TransmogOutfitDataInfo |
| class | TransmogOutfitInfoUpdated |
| class | TransmogOutfitNew |
| class | TransmogOutfitNewEntryAdded |
| struct | TransmogOutfitSituationInfo |
| class | TransmogOutfitSituationsUpdated |
| struct | TransmogOutfitSlotData |
| class | TransmogOutfitSlotsUpdated |
| class | TransmogOutfitUpdateInfo |
| class | TransmogOutfitUpdateSituations |
| class | TransmogOutfitUpdateSlots |
| struct | TransmogrifyItem |
| class | TransmogrifyItems |
Functions | |
| ByteBuffer & | operator>> (ByteBuffer &data, TransmogrifyItem &transmogItem) |
| ByteBuffer & | operator>> (ByteBuffer &data, TransmogOutfitDataInfo &transmogOutfitDataInfo) |
| ByteBuffer & | operator<< (ByteBuffer &data, TransmogOutfitDataInfo const &transmogOutfitDataInfo) |
| ByteBuffer & | operator>> (ByteBuffer &data, TransmogOutfitSituationInfo &transmogOutfitSituationInfo) |
| ByteBuffer & | operator<< (ByteBuffer &data, TransmogOutfitSituationInfo const &transmogOutfitSituationInfo) |
| ByteBuffer & | operator>> (ByteBuffer &data, TransmogOutfitSlotData &transmogOutfitSlotData) |
| ByteBuffer & | operator<< (ByteBuffer &data, TransmogOutfitSlotData const &transmogOutfitSlotData) |
| ByteBuffer & WorldPackets::Transmogrification::operator<< | ( | ByteBuffer & | data, |
| TransmogOutfitDataInfo const & | transmogOutfitDataInfo | ||
| ) |
Definition at line 57 of file TransmogrificationPackets.cpp.
Here is the call graph for this function:| ByteBuffer & WorldPackets::Transmogrification::operator<< | ( | ByteBuffer & | data, |
| TransmogOutfitSituationInfo const & | transmogOutfitSituationInfo | ||
| ) |
Definition at line 109 of file TransmogrificationPackets.cpp.
| ByteBuffer & WorldPackets::Transmogrification::operator<< | ( | ByteBuffer & | data, |
| TransmogOutfitSlotData const & | transmogOutfitSlotData | ||
| ) |
Definition at line 159 of file TransmogrificationPackets.cpp.
| ByteBuffer & WorldPackets::Transmogrification::operator>> | ( | ByteBuffer & | data, |
| TransmogOutfitDataInfo & | transmogOutfitDataInfo | ||
| ) |
Definition at line 44 of file TransmogrificationPackets.cpp.
Here is the call graph for this function:| ByteBuffer & WorldPackets::Transmogrification::operator>> | ( | ByteBuffer & | data, |
| TransmogOutfitSituationInfo & | transmogOutfitSituationInfo | ||
| ) |
Definition at line 99 of file TransmogrificationPackets.cpp.
| ByteBuffer & WorldPackets::Transmogrification::operator>> | ( | ByteBuffer & | data, |
| TransmogOutfitSlotData & | transmogOutfitSlotData | ||
| ) |
Definition at line 145 of file TransmogrificationPackets.cpp.
| ByteBuffer & WorldPackets::Transmogrification::operator>> | ( | ByteBuffer & | data, |
| TransmogrifyItem & | transmogItem | ||
| ) |
Definition at line 23 of file TransmogrificationPackets.cpp.