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

Public Member Functions

bool IsBanned () const
 
 AccountInfo (PreparedResultSet const *result)
 

Public Attributes

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

Detailed Description

Definition at line 544 of file WorldSocket.cpp.

Constructor & Destructor Documentation

◆ AccountInfo()

AccountInfo::AccountInfo ( PreparedResultSet const *  result)
inlineexplicit

Definition at line 574 of file WorldSocket.cpp.

Member Function Documentation

◆ IsBanned()

bool AccountInfo::IsBanned ( ) const
inline

Definition at line 572 of file WorldSocket.cpp.

Member Data Documentation

◆ [struct]

struct { ... } AccountInfo::BattleNet

◆ Build

uint32 AccountInfo::Build

Definition at line 562 of file WorldSocket.cpp.

◆ Email

std::string AccountInfo::Email

Definition at line 549 of file WorldSocket.cpp.

◆ Expansion

uint8 AccountInfo::Expansion

Definition at line 560 of file WorldSocket.cpp.

◆ [struct]

struct { ... } AccountInfo::Game

◆ Id

uint32 AccountInfo::Id

Definition at line 548 of file WorldSocket.cpp.

◆ IsBanned

bool AccountInfo::IsBanned

Definition at line 553 of file WorldSocket.cpp.

◆ IsLockedToIP

bool AccountInfo::IsLockedToIP

Definition at line 550 of file WorldSocket.cpp.

◆ IsRecruiter

bool AccountInfo::IsRecruiter

Definition at line 567 of file WorldSocket.cpp.

◆ KeyData

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

Definition at line 559 of file WorldSocket.cpp.

◆ LastIP

std::string AccountInfo::LastIP

Definition at line 551 of file WorldSocket.cpp.

◆ Locale

LocaleConstant AccountInfo::Locale

Definition at line 563 of file WorldSocket.cpp.

◆ LockCountry

std::string AccountInfo::LockCountry

Definition at line 552 of file WorldSocket.cpp.

◆ MuteTime

int64 AccountInfo::MuteTime

Definition at line 561 of file WorldSocket.cpp.

◆ OS

std::string AccountInfo::OS

Definition at line 565 of file WorldSocket.cpp.

◆ Recruiter

uint32 AccountInfo::Recruiter

Definition at line 564 of file WorldSocket.cpp.

◆ Security

AccountTypes AccountInfo::Security

Definition at line 568 of file WorldSocket.cpp.

◆ TimezoneOffset

Minutes AccountInfo::TimezoneOffset

Definition at line 566 of file WorldSocket.cpp.


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