![]() |
TrinityCore
|
#include <MiscPackets.h>
Inheritance diagram for WorldPackets::Misc::DisplayGameError:Public Member Functions | |
| DisplayGameError (GameError error) | |
| DisplayGameError (GameError error, int32 arg) | |
| DisplayGameError (GameError error, int32 arg1, int32 arg2) | |
| 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 | |
| GameError | Error |
| Optional< int32 > | Arg |
| Optional< int32 > | Arg2 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 918 of file MiscPackets.h.
|
inlineexplicit |
Definition at line 921 of file MiscPackets.h.
|
inlineexplicit |
Definition at line 922 of file MiscPackets.h.
|
inlineexplicit |
Definition at line 923 of file MiscPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 726 of file MiscPackets.cpp.
Here is the call graph for this function:Definition at line 928 of file MiscPackets.h.
Definition at line 929 of file MiscPackets.h.
| GameError WorldPackets::Misc::DisplayGameError::Error |
Definition at line 927 of file MiscPackets.h.