![]() |
TrinityCore
|
#include <MiscPackets.h>
Inheritance diagram for WorldPackets::Misc::StartTimer:Public Member Functions | |
| StartTimer () | |
| 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 | |
| Duration< Seconds > | TotalTime |
| Duration< Seconds > | TimeLeft |
| CountdownTimerType | Type = {} |
| Optional< ObjectGuid > | PlayerGuid |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 964 of file MiscPackets.h.
|
inlineexplicit |
Definition at line 967 of file MiscPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 769 of file MiscPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Optional<ObjectGuid> WorldPackets::Misc::StartTimer::PlayerGuid |
Definition at line 974 of file MiscPackets.h.
Definition at line 972 of file MiscPackets.h.
Definition at line 971 of file MiscPackets.h.
| CountdownTimerType WorldPackets::Misc::StartTimer::Type = {} |
Definition at line 973 of file MiscPackets.h.