![]() |
TrinityCore
|
#include <GarrisonPackets.h>
Inheritance diagram for WorldPackets::Garrison::GarrisonRemoveFollowerResult:Public Member Functions | |
| GarrisonRemoveFollowerResult () | |
| 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 | |
| uint8 | GarrTypeID = 0 |
| uint32 | Result = 0 |
| uint64 | FollowerDBID = 0 |
| uint32 | Destroyed = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 418 of file GarrisonPackets.h.
|
inlineexplicit |
Definition at line 421 of file GarrisonPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 470 of file GarrisonPackets.cpp.
| uint32 WorldPackets::Garrison::GarrisonRemoveFollowerResult::Destroyed = 0 |
Definition at line 428 of file GarrisonPackets.h.
| uint64 WorldPackets::Garrison::GarrisonRemoveFollowerResult::FollowerDBID = 0 |
Definition at line 427 of file GarrisonPackets.h.
| uint8 WorldPackets::Garrison::GarrisonRemoveFollowerResult::GarrTypeID = 0 |
Definition at line 425 of file GarrisonPackets.h.
| uint32 WorldPackets::Garrison::GarrisonRemoveFollowerResult::Result = 0 |
Definition at line 426 of file GarrisonPackets.h.