TrinityCore
|
Holds all informations about a player's finder settings. NOT stored in database. More...
#include <GuildFinderMgr.h>
Public Member Functions | |
LFGuildPlayer () | |
LFGuildPlayer (ObjectGuid const &guid, uint8 role, uint8 availability, uint8 interests, uint8 level) | |
LFGuildPlayer (ObjectGuid const &guid, uint8 role, uint8 availability, uint8 interests, uint8 level, std::string &comment) | |
LFGuildPlayer (LFGuildPlayer const &settings) | |
ObjectGuid const & | GetGUID () const |
uint8 | GetClassRoles () const |
uint8 | GetAvailability () const |
uint8 | GetInterests () const |
uint8 | GetLevel () const |
std::string const & | GetComment () const |
Private Attributes | |
std::string | _comment |
ObjectGuid | _guid |
uint8 | _roles |
uint8 | _availability |
uint8 | _interests |
uint8 | _level |
Holds all informations about a player's finder settings. NOT stored in database.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |