![]() |
TrinityCore
|
#include <InstancePackets.h>
Inheritance diagram for WorldPackets::Instance::PendingRaidLock:Public Member Functions | |
| PendingRaidLock () | |
| 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 | TimeUntilLock = 0 |
| uint32 | CompletedMask = 0 |
| bool | Extending = false |
| bool | WarningOnly = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 140 of file InstancePackets.h.
|
inlineexplicit |
Definition at line 143 of file InstancePackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 100 of file InstancePackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32 WorldPackets::Instance::PendingRaidLock::CompletedMask = 0 |
Definition at line 148 of file InstancePackets.h.
| bool WorldPackets::Instance::PendingRaidLock::Extending = false |
Definition at line 149 of file InstancePackets.h.
| int32 WorldPackets::Instance::PendingRaidLock::TimeUntilLock = 0 |
Definition at line 147 of file InstancePackets.h.
| bool WorldPackets::Instance::PendingRaidLock::WarningOnly = false |
Definition at line 150 of file InstancePackets.h.