EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
AccountData Struct Reference

#include "POD_containers.h"

Collaboration diagram for AccountData:

Public Attributes

bool online:1
 
bool banned:1
 
uint8 type
 
int32 id
 
int32 visits
 
uint32 clientID
 
int64 role
 
std::string name
 
std::string hash
 
std::string password
 
std::string last_login
 

Detailed Description

Definition at line 25 of file POD_containers.h.

Member Data Documentation

bool AccountData::banned

Definition at line 27 of file POD_containers.h.

Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().

uint32 AccountData::clientID

Definition at line 31 of file POD_containers.h.

Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().

std::string AccountData::hash

Definition at line 34 of file POD_containers.h.

Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().

int32 AccountData::id

Definition at line 29 of file POD_containers.h.

Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().

std::string AccountData::last_login

Definition at line 36 of file POD_containers.h.

Referenced by ServiceDB::GetAccountInformation().

std::string AccountData::name

Definition at line 33 of file POD_containers.h.

Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().

bool AccountData::online

Definition at line 26 of file POD_containers.h.

Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().

std::string AccountData::password

Definition at line 35 of file POD_containers.h.

Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().

int64 AccountData::role

Definition at line 32 of file POD_containers.h.

Referenced by Client::_VerifyLogin(), and ServiceDB::GetAccountInformation().

uint8 AccountData::type

Definition at line 28 of file POD_containers.h.

Referenced by ServiceDB::GetAccountInformation().

int32 AccountData::visits

Definition at line 30 of file POD_containers.h.

Referenced by ServiceDB::GetAccountInformation().


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