![]() |
TrinityCore
|
#include <GuildPackets.h>
Inheritance diagram for WorldPackets::Guild::GuildCommandResult:Public Member Functions | |
| GuildCommandResult () | |
| 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 | |
| std::string | Name |
| uint8 | Result = 0 |
| uint8 | Command = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 149 of file GuildPackets.h.
|
inlineexplicit |
Definition at line 152 of file GuildPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 135 of file GuildPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint8 WorldPackets::Guild::GuildCommandResult::Command = 0 |
Definition at line 158 of file GuildPackets.h.
| std::string WorldPackets::Guild::GuildCommandResult::Name |
Definition at line 156 of file GuildPackets.h.
| uint8 WorldPackets::Guild::GuildCommandResult::Result = 0 |
Definition at line 157 of file GuildPackets.h.