TrinityCore
WorldPackets::Auth::AuthWaitInfo Struct Reference

#include <AuthenticationPackets.h>

Public Attributes

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

Detailed Description

Definition at line 101 of file AuthenticationPackets.h.

Member Data Documentation

◆ AllowedFactionGroupForCharacterCreate

int32 WorldPackets::Auth::AuthWaitInfo::AllowedFactionGroupForCharacterCreate = 0

Definition at line 105 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 107 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 106 of file AuthenticationPackets.h.

◆ WaitCount

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

position of the account in the login queue

Definition at line 103 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 104 of file AuthenticationPackets.h.


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