![]() |
TrinityCore
|
#include <LFGPackets.h>
Inheritance diagram for WorldPackets::LFG::LFGJoinResult:Public Member Functions | |
| LFGJoinResult () | |
| 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 | |
| RideTicket | Ticket |
| int32 | Result = 0 |
| uint8 | ResultDetail = 0 |
| std::vector< LFGBlackList > | BlackList |
| std::vector< std::string_view > | BlackListNames |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 281 of file LFGPackets.h.
|
inlineexplicit |
Definition at line 284 of file LFGPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 276 of file LFGPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector<LFGBlackList> WorldPackets::LFG::LFGJoinResult::BlackList |
Definition at line 291 of file LFGPackets.h.
| std::vector<std::string_view> WorldPackets::LFG::LFGJoinResult::BlackListNames |
Definition at line 292 of file LFGPackets.h.
| int32 WorldPackets::LFG::LFGJoinResult::Result = 0 |
Definition at line 289 of file LFGPackets.h.
| uint8 WorldPackets::LFG::LFGJoinResult::ResultDetail = 0 |
Definition at line 290 of file LFGPackets.h.
| RideTicket WorldPackets::LFG::LFGJoinResult::Ticket |
Definition at line 288 of file LFGPackets.h.