TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Auth::AuthWaitInfo Struct Reference

#include <AuthenticationPackets.h>

Public Attributes

uint32 WaitCount = 0
 position of the account in the login queue
 
uint32 WaitTime = 0
 Wait time in login queue in minutes, if sent queued and this value is 0 client displays "unknown time".
 
uint8 AllowedFactionGroupForCharacterCreate = 0
 
bool HasFCM = false
 true if the account has a forced character migration pending.
 
bool CanCreateOnlyIfExisting = false
 Can create characters on realm only if player has other existing characters there.
 

Detailed Description

Definition at line 121 of file AuthenticationPackets.h.

Member Data Documentation

◆ AllowedFactionGroupForCharacterCreate

uint8 WorldPackets::Auth::AuthWaitInfo::AllowedFactionGroupForCharacterCreate = 0

Definition at line 125 of file AuthenticationPackets.h.

◆ CanCreateOnlyIfExisting

bool WorldPackets::Auth::AuthWaitInfo::CanCreateOnlyIfExisting = false

Can create characters on realm only if player has other existing characters there.

Definition at line 127 of file AuthenticationPackets.h.

◆ HasFCM

bool WorldPackets::Auth::AuthWaitInfo::HasFCM = false

true if the account has a forced character migration pending.

Todo:
implement

Definition at line 126 of file AuthenticationPackets.h.

◆ WaitCount

uint32 WorldPackets::Auth::AuthWaitInfo::WaitCount = 0

position of the account in the login queue

Definition at line 123 of file AuthenticationPackets.h.

◆ WaitTime

uint32 WorldPackets::Auth::AuthWaitInfo::WaitTime = 0

Wait time in login queue in minutes, if sent queued and this value is 0 client displays "unknown time".

Definition at line 124 of file AuthenticationPackets.h.


The documentation for this struct was generated from the following file: