TrinityCore
WorldPackets::Auth::VirtualRealmNameInfo Struct Reference

#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 More...
 
bool IsInternalRealm
 
std::string RealmNameActual
 the name of the realm More...
 
std::string RealmNameNormalized
 the name of the realm without spaces More...
 

Detailed Description

Definition at line 110 of file AuthenticationPackets.h.

Constructor & Destructor Documentation

◆ VirtualRealmNameInfo() [1/2]

WorldPackets::Auth::VirtualRealmNameInfo::VirtualRealmNameInfo ( )
inline

Definition at line 112 of file AuthenticationPackets.h.

◆ VirtualRealmNameInfo() [2/2]

WorldPackets::Auth::VirtualRealmNameInfo::VirtualRealmNameInfo ( bool  isHomeRealm,
bool  isInternalRealm,
std::string const &  realmNameActual,
std::string const &  realmNameNormalized 
)
inline

Definition at line 113 of file AuthenticationPackets.h.

Member Data Documentation

◆ IsInternalRealm

bool WorldPackets::Auth::VirtualRealmNameInfo::IsInternalRealm
Todo:
research

Definition at line 117 of file AuthenticationPackets.h.

◆ IsLocal

bool WorldPackets::Auth::VirtualRealmNameInfo::IsLocal

true if the realm is the same as the account's home realm

Definition at line 116 of file AuthenticationPackets.h.

◆ RealmNameActual

std::string WorldPackets::Auth::VirtualRealmNameInfo::RealmNameActual

the name of the realm

Definition at line 118 of file AuthenticationPackets.h.

◆ RealmNameNormalized

std::string WorldPackets::Auth::VirtualRealmNameInfo::RealmNameNormalized

the name of the realm without spaces

Definition at line 119 of file AuthenticationPackets.h.


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