TrinityCore
AccountInfo Struct Reference

Public Member Functions

bool IsBanned () const
 
 AccountInfo (Field const *fields)
 

Public Attributes

struct {
   uint32   Id
 
   bool   IsLockedToIP
 
   std::string   LastIP
 
   std::string   LockCountry
 
   LocaleConstant   Locale
 
   bool   IsBanned
 
BattleNet
 
struct {
   uint32   Id
 
   std::array< uint8, 64 >   KeyData
 
   uint8   Expansion
 
   int64   MuteTime
 
   uint32   Recruiter
 
   std::string   OS
 
   Minutes   TimezoneOffset
 
   bool   IsRectuiter
 
   AccountTypes   Security
 
   bool   IsBanned
 
Game
 

Detailed Description

Definition at line 611 of file WorldSocket.cpp.

Constructor & Destructor Documentation

◆ AccountInfo()

AccountInfo::AccountInfo ( Field const *  fields)
inlineexplicit

Definition at line 640 of file WorldSocket.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ IsBanned()

bool AccountInfo::IsBanned ( ) const
inline

Definition at line 638 of file WorldSocket.cpp.

Member Data Documentation

◆ 

struct { ... } AccountInfo::BattleNet

◆ Expansion

uint8 AccountInfo::Expansion

Definition at line 628 of file WorldSocket.cpp.

◆ 

struct { ... } AccountInfo::Game

◆ Id

uint32 AccountInfo::Id

Definition at line 615 of file WorldSocket.cpp.

◆ IsBanned

bool AccountInfo::IsBanned

Definition at line 620 of file WorldSocket.cpp.

◆ IsLockedToIP

bool AccountInfo::IsLockedToIP

Definition at line 616 of file WorldSocket.cpp.

◆ IsRectuiter

bool AccountInfo::IsRectuiter

Definition at line 633 of file WorldSocket.cpp.

◆ KeyData

std::array<uint8, 64> AccountInfo::KeyData

Definition at line 627 of file WorldSocket.cpp.

◆ LastIP

std::string AccountInfo::LastIP

Definition at line 617 of file WorldSocket.cpp.

◆ Locale

LocaleConstant AccountInfo::Locale

Definition at line 619 of file WorldSocket.cpp.

◆ LockCountry

std::string AccountInfo::LockCountry

Definition at line 618 of file WorldSocket.cpp.

◆ MuteTime

int64 AccountInfo::MuteTime

Definition at line 629 of file WorldSocket.cpp.

◆ OS

std::string AccountInfo::OS

Definition at line 631 of file WorldSocket.cpp.

◆ Recruiter

uint32 AccountInfo::Recruiter

Definition at line 630 of file WorldSocket.cpp.

◆ Security

AccountTypes AccountInfo::Security

Definition at line 634 of file WorldSocket.cpp.

◆ TimezoneOffset

Minutes AccountInfo::TimezoneOffset

Definition at line 632 of file WorldSocket.cpp.


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