![]() |
TrinityCore
|
#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 |
Definition at line 49 of file AuthSession.h.
|
inlineexplicit |
| 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:| uint8 AccountInfo::Expansion |
Definition at line 252 of file WorldSocket.cpp.
| uint32 AccountInfo::FailedLogins = 0 |
Definition at line 58 of file AuthSession.h.
| uint32 AccountInfo::Id = 0 |
Definition at line 53 of file AuthSession.h.
| bool AccountInfo::IsBanned = false |
Definition at line 59 of file AuthSession.h.
| bool AccountInfo::IsLockedToIP = false |
Definition at line 55 of file AuthSession.h.
| bool AccountInfo::IsPermanenetlyBanned = false |
Definition at line 60 of file AuthSession.h.
| bool AccountInfo::IsRectuiter |
Definition at line 258 of file WorldSocket.cpp.
| std::string AccountInfo::LastIP |
Definition at line 57 of file AuthSession.h.
| LocaleConstant AccountInfo::Locale |
Definition at line 254 of file WorldSocket.cpp.
| std::string AccountInfo::LockCountry |
Definition at line 56 of file AuthSession.h.
| std::string AccountInfo::Login |
Definition at line 54 of file AuthSession.h.
| int64 AccountInfo::MuteTime |
Definition at line 253 of file WorldSocket.cpp.
| std::string AccountInfo::OS |
Definition at line 256 of file WorldSocket.cpp.
| uint32 AccountInfo::Recruiter |
Definition at line 255 of file WorldSocket.cpp.
| AccountTypes AccountInfo::Security |
Definition at line 259 of file WorldSocket.cpp.
| AccountTypes AccountInfo::SecurityLevel = SEC_PLAYER |
Definition at line 61 of file AuthSession.h.
| ::SessionKey AccountInfo::SessionKey |
Definition at line 248 of file WorldSocket.cpp.
| Minutes AccountInfo::TimezoneOffset |
Definition at line 257 of file WorldSocket.cpp.