TrinityCore
|
#include <AuthenticationPackets.h>
Classes | |
struct | AuthSuccessInfo |
struct | AuthWaitInfo |
struct | RealmInfo |
Public Member Functions | |
AuthResponse () | |
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 () overridefinal |
void | Clear () |
WorldPacket && | Move () |
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 | |
Optional< AuthSuccessInfo > | SuccessInfo |
contains the packet data in case that it has account information (It is never set when WaitInfo is set), otherwise its contents are undefined. More... | |
Optional< AuthWaitInfo > | WaitInfo |
contains the queue wait information in case the account is in the login queue. More... | |
uint32 | Result = 0 |
the result of the authentication process, possible values are BattlenetRpcErrorCode More... | |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
WorldPacket | _worldPacket |
WorldPackets::Auth::AuthResponse::AuthResponse | ( | ) |
|
overridevirtual |
the current race
the required Expansion
the current class
the required Expansion
Implements WorldPackets::Packet.
uint32 WorldPackets::Auth::AuthResponse::Result = 0 |
the result of the authentication process, possible values are BattlenetRpcErrorCode
Optional<AuthSuccessInfo> WorldPackets::Auth::AuthResponse::SuccessInfo |
contains the packet data in case that it has account information (It is never set when WaitInfo is set), otherwise its contents are undefined.
Optional<AuthWaitInfo> WorldPackets::Auth::AuthResponse::WaitInfo |
contains the queue wait information in case the account is in the login queue.