TrinityCore
Loading...
Searching...
No Matches
AccountInfo Struct Reference

#include <AuthSession.h>

Public Member Functions

void LoadResult (Field *fields)
 
 AccountInfo (Field const *fields)
 

Public Attributes

uint32 Id = 0
 
std::string Login
 
bool IsLockedToIP = false
 
std::string LockCountry
 
std::string LastIP
 
uint32 FailedLogins = 0
 
bool IsBanned = false
 
bool IsPermanenetlyBanned = false
 
AccountTypes SecurityLevel = SEC_PLAYER
 
::SessionKey SessionKey
 
uint8 Expansion
 
int64 MuteTime
 
LocaleConstant Locale
 
uint32 Recruiter
 
std::string OS
 
Minutes TimezoneOffset
 
bool IsRectuiter
 
AccountTypes Security
 

Detailed Description

Definition at line 49 of file AuthSession.h.

Constructor & Destructor Documentation

◆ AccountInfo()

AccountInfo::AccountInfo ( Field const *  fields)
inlineexplicit

Definition at line 262 of file WorldSocket.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ LoadResult()

void AccountInfo::LoadResult ( Field fields)

Definition at line 179 of file AuthSession.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Expansion

uint8 AccountInfo::Expansion

Definition at line 252 of file WorldSocket.cpp.

◆ FailedLogins

uint32 AccountInfo::FailedLogins = 0

Definition at line 58 of file AuthSession.h.

◆ Id

uint32 AccountInfo::Id = 0

Definition at line 53 of file AuthSession.h.

◆ IsBanned

bool AccountInfo::IsBanned = false

Definition at line 59 of file AuthSession.h.

◆ IsLockedToIP

bool AccountInfo::IsLockedToIP = false

Definition at line 55 of file AuthSession.h.

◆ IsPermanenetlyBanned

bool AccountInfo::IsPermanenetlyBanned = false

Definition at line 60 of file AuthSession.h.

◆ IsRectuiter

bool AccountInfo::IsRectuiter

Definition at line 258 of file WorldSocket.cpp.

◆ LastIP

std::string AccountInfo::LastIP

Definition at line 57 of file AuthSession.h.

◆ Locale

LocaleConstant AccountInfo::Locale

Definition at line 254 of file WorldSocket.cpp.

◆ LockCountry

std::string AccountInfo::LockCountry

Definition at line 56 of file AuthSession.h.

◆ Login

std::string AccountInfo::Login

Definition at line 54 of file AuthSession.h.

◆ MuteTime

int64 AccountInfo::MuteTime

Definition at line 253 of file WorldSocket.cpp.

◆ OS

std::string AccountInfo::OS

Definition at line 256 of file WorldSocket.cpp.

◆ Recruiter

uint32 AccountInfo::Recruiter

Definition at line 255 of file WorldSocket.cpp.

◆ Security

AccountTypes AccountInfo::Security

Definition at line 259 of file WorldSocket.cpp.

◆ SecurityLevel

AccountTypes AccountInfo::SecurityLevel = SEC_PLAYER

Definition at line 61 of file AuthSession.h.

◆ SessionKey

::SessionKey AccountInfo::SessionKey

Definition at line 248 of file WorldSocket.cpp.

◆ TimezoneOffset

Minutes AccountInfo::TimezoneOffset

Definition at line 257 of file WorldSocket.cpp.


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