![]() |
TrinityCore
|
#include <MovementPackets.h>
Inheritance diagram for WorldPackets::Movement::NewWorld:Public Member Functions | |
| NewWorld () | |
| 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 | |
| int32 | MapID = 0 |
| uint32 | Reason = 0 |
| TeleportLocation | Loc |
| TaggedPosition< Position::XYZ > | MovementOffset |
| int32 | Counter = 0 |
| uint64 | InstanceID = 0u |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 307 of file MovementPackets.h.
|
inlineexplicit |
Definition at line 310 of file MovementPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 777 of file MovementPackets.cpp.
Here is the caller graph for this function:| int32 WorldPackets::Movement::NewWorld::Counter = 0 |
Definition at line 318 of file MovementPackets.h.
| uint64 WorldPackets::Movement::NewWorld::InstanceID = 0u |
Definition at line 319 of file MovementPackets.h.
| TeleportLocation WorldPackets::Movement::NewWorld::Loc |
Definition at line 316 of file MovementPackets.h.
| int32 WorldPackets::Movement::NewWorld::MapID = 0 |
Definition at line 314 of file MovementPackets.h.
| TaggedPosition<Position::XYZ> WorldPackets::Movement::NewWorld::MovementOffset |
Definition at line 317 of file MovementPackets.h.
| uint32 WorldPackets::Movement::NewWorld::Reason = 0 |
Definition at line 315 of file MovementPackets.h.