TrinityCore
Battlenet::Session::AccountInfo Struct Reference

#include <Session.h>

Public Member Functions

void LoadResult (PreparedQueryResult result)
 

Public Attributes

uint32 Id
 
std::string Login
 
bool IsLockedToIP
 
std::string LockCountry
 
std::string LastIP
 
uint32 LoginTicketExpiry
 
bool IsBanned
 
bool IsPermanenetlyBanned
 
std::unordered_map< uint32, GameAccountInfoGameAccounts
 

Detailed Description

Definition at line 96 of file Session.h.

Member Function Documentation

◆ LoadResult()

void Battlenet::Session::AccountInfo::LoadResult ( PreparedQueryResult  result)

Definition at line 38 of file Session.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ GameAccounts

std::unordered_map<uint32, GameAccountInfo> Battlenet::Session::AccountInfo::GameAccounts

Definition at line 109 of file Session.h.

◆ Id

uint32 Battlenet::Session::AccountInfo::Id

Definition at line 100 of file Session.h.

◆ IsBanned

bool Battlenet::Session::AccountInfo::IsBanned

Definition at line 106 of file Session.h.

◆ IsLockedToIP

bool Battlenet::Session::AccountInfo::IsLockedToIP

Definition at line 102 of file Session.h.

◆ IsPermanenetlyBanned

bool Battlenet::Session::AccountInfo::IsPermanenetlyBanned

Definition at line 107 of file Session.h.

◆ LastIP

std::string Battlenet::Session::AccountInfo::LastIP

Definition at line 104 of file Session.h.

◆ LockCountry

std::string Battlenet::Session::AccountInfo::LockCountry

Definition at line 103 of file Session.h.

◆ Login

std::string Battlenet::Session::AccountInfo::Login

Definition at line 101 of file Session.h.

◆ LoginTicketExpiry

uint32 Battlenet::Session::AccountInfo::LoginTicketExpiry

Definition at line 105 of file Session.h.


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