![]() |
TrinityCore
|
#include <WorldStatePackets.h>
Inheritance diagram for WorldPackets::WorldState::InitWorldStates:Classes | |
| struct | WorldStateInfo |
Public Member Functions | |
| InitWorldStates () | |
| 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 | AreaID = 0 |
| ZoneId. | |
| int32 | SubareaID = 0 |
| AreaId. | |
| int32 | MapID = 0 |
| MapId. | |
| std::vector< WorldStateInfo > | Worldstates |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 27 of file WorldStatePackets.h.
|
inlineexplicit |
Definition at line 39 of file WorldStatePackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 23 of file WorldStatePackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int32 WorldPackets::WorldState::InitWorldStates::AreaID = 0 |
ZoneId.
Definition at line 43 of file WorldStatePackets.h.
| int32 WorldPackets::WorldState::InitWorldStates::MapID = 0 |
MapId.
Definition at line 45 of file WorldStatePackets.h.
| int32 WorldPackets::WorldState::InitWorldStates::SubareaID = 0 |
AreaId.
Definition at line 44 of file WorldStatePackets.h.
| std::vector<WorldStateInfo> WorldPackets::WorldState::InitWorldStates::Worldstates |
Definition at line 47 of file WorldStatePackets.h.