![]() |
TrinityCore
|
#include <AuthenticationPackets.h>
Public Member Functions | |
| VirtualRealmNameInfo () | |
| VirtualRealmNameInfo (bool isHomeRealm, bool isInternalRealm, std::string const &realmNameActual, std::string const &realmNameNormalized) | |
Public Attributes | |
| bool | IsLocal |
| true if the realm is the same as the account's home realm | |
| bool | IsInternalRealm |
| std::string | RealmNameActual |
| the name of the realm | |
| std::string | RealmNameNormalized |
| the name of the realm without spaces | |
Definition at line 130 of file AuthenticationPackets.h.
|
inline |
Definition at line 132 of file AuthenticationPackets.h.
|
inline |
Definition at line 133 of file AuthenticationPackets.h.
| bool WorldPackets::Auth::VirtualRealmNameInfo::IsInternalRealm |
Definition at line 137 of file AuthenticationPackets.h.
| bool WorldPackets::Auth::VirtualRealmNameInfo::IsLocal |
true if the realm is the same as the account's home realm
Definition at line 136 of file AuthenticationPackets.h.
| std::string WorldPackets::Auth::VirtualRealmNameInfo::RealmNameActual |
the name of the realm
Definition at line 138 of file AuthenticationPackets.h.
| std::string WorldPackets::Auth::VirtualRealmNameInfo::RealmNameNormalized |
the name of the realm without spaces
Definition at line 139 of file AuthenticationPackets.h.