![]() |
TrinityCore
|
#include "Packet.h"#include "CombatLogPacketsCommon.h"#include "MovementInfo.h"#include "Optional.h"
Include dependency graph for MovementPackets.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Movement |
| namespace | WorldPackets |
| namespace | WorldPackets::Movement |
Enumerations | |
| enum class | WorldPackets::Movement::UpdateCollisionHeightReason : uint8 { WorldPackets::Movement::Scale = 0 , WorldPackets::Movement::Mount = 1 , WorldPackets::Movement::Force = 2 } |
Functions | |
| ByteBuffer & | WorldPackets::Movement::operator>> (ByteBuffer &data, MovementAck &ack) |
| ByteBuffer & | operator>> (ByteBuffer &data, MovementInfo &movementInfo) |
| ByteBuffer & | operator<< (ByteBuffer &data, MovementInfo::TransportInfo const &transportInfo) |
| ByteBuffer & operator<< | ( | ByteBuffer & | data, |
| MovementInfo::TransportInfo const & | transportInfo | ||
| ) |
| ByteBuffer & operator>> | ( | ByteBuffer & | data, |
| MovementInfo & | movementInfo | ||
| ) |