TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ExtendedPlayerName Struct Reference

#include <ObjectMgr.h>

Public Member Functions

 ExtendedPlayerName (std::string const &name, std::string const &realmName)
 

Public Attributes

std::string Name
 
std::string Realm
 

Constructor & Destructor Documentation

ExtendedPlayerName::ExtendedPlayerName ( std::string const name,
std::string const realmName 
)
inline
653 : Name(name), Realm(realmName) { }
std::string Realm
Definition: ObjectMgr.h:655
std::string Name
Definition: ObjectMgr.h:654

Member Data Documentation

std::string ExtendedPlayerName::Name
std::string ExtendedPlayerName::Realm

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