|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Holds all informations about a player's finder settings. NOT stored in database. More...
#include <GuildFinderMgr.h>
Public Member Functions | |
| uint8 | GetAvailability () const |
| uint8 | GetClassRoles () const |
| std::string const & | GetComment () const |
| uint32 | GetGUID () const |
| uint8 | GetInterests () const |
| uint8 | GetLevel () const |
| LFGuildPlayer () | |
| LFGuildPlayer (LFGuildPlayer const &settings) | |
| LFGuildPlayer (uint32 guid, uint8 role, uint8 availability, uint8 interests, uint8 level) | |
| LFGuildPlayer (uint32 guid, uint8 role, uint8 availability, uint8 interests, uint8 level, std::string &comment) | |
Private Attributes | |
| uint8 | _availability |
| std::string | _comment |
| uint32 | _guid |
| uint8 | _interests |
| uint8 | _level |
| uint8 | _roles |
Holds all informations about a player's finder settings. NOT stored in database.
Definition at line 92 of file GuildFinderMgr.h.
|
inline |
Definition at line 95 of file GuildFinderMgr.h.
References _availability, _guid, _interests, _level, and _roles.
Referenced by LFGuildPlayer(), LFGuildSettings::LFGuildSettings(), LFGuildSettings::LFGuildSettings(), LFGuildSettings::LFGuildSettings(), LFGuildSettings::LFGuildSettings(), and LFGuildSettings::LFGuildSettings().
|
inline |
Definition at line 104 of file GuildFinderMgr.h.
References _availability, _guid, _interests, _level, and _roles.
|
inline |
Definition at line 113 of file GuildFinderMgr.h.
References _availability, _comment, _guid, _interests, _level, and _roles.
|
inline |
Definition at line 122 of file GuildFinderMgr.h.
References _availability, _comment, _guid, _interests, _level, _roles, GetAvailability(), GetClassRoles(), GetComment(), GetGUID(), GetInterests(), GetLevel(), and LFGuildPlayer().
|
inline |
Definition at line 133 of file GuildFinderMgr.h.
References _availability.
Referenced by GuildFinderMgr::GetGuildsMatchingSetting(), WorldSession::HandleGuildFinderBrowse(), WorldSession::HandleGuildFinderGetApplications(), WorldSession::HandleGuildFinderPostRequest(), LFGuildPlayer(), and GuildFinderMgr::SetGuildSettings().
|
inline |
Definition at line 132 of file GuildFinderMgr.h.
References _roles.
Referenced by GuildFinderMgr::GetGuildsMatchingSetting(), WorldSession::HandleGuildFinderBrowse(), WorldSession::HandleGuildFinderGetApplications(), WorldSession::HandleGuildFinderPostRequest(), LFGuildPlayer(), and GuildFinderMgr::SetGuildSettings().
|
inline |
Definition at line 136 of file GuildFinderMgr.h.
References _comment.
Referenced by WorldSession::HandleGuildFinderBrowse(), WorldSession::HandleGuildFinderPostRequest(), LFGuildPlayer(), and GuildFinderMgr::SetGuildSettings().
|
inline |
Definition at line 131 of file GuildFinderMgr.h.
References _guid.
Referenced by LFGuildPlayer(), and GuildFinderMgr::SetGuildSettings().
|
inline |
Definition at line 134 of file GuildFinderMgr.h.
References _interests.
Referenced by GuildFinderMgr::GetGuildsMatchingSetting(), WorldSession::HandleGuildFinderBrowse(), WorldSession::HandleGuildFinderGetApplications(), WorldSession::HandleGuildFinderPostRequest(), LFGuildPlayer(), and GuildFinderMgr::SetGuildSettings().
|
inline |
Definition at line 135 of file GuildFinderMgr.h.
References _level.
Referenced by GuildFinderMgr::GetGuildsMatchingSetting(), WorldSession::HandleGuildFinderPostRequest(), LFGuildPlayer(), and GuildFinderMgr::SetGuildSettings().
|
private |
Definition at line 142 of file GuildFinderMgr.h.
Referenced by GetAvailability(), LFGuildPlayer(), LFGuildPlayer(), LFGuildPlayer(), and LFGuildPlayer().
|
private |
Definition at line 139 of file GuildFinderMgr.h.
Referenced by GetComment(), LFGuildPlayer(), and LFGuildPlayer().
|
private |
Definition at line 140 of file GuildFinderMgr.h.
Referenced by GetGUID(), LFGuildPlayer(), LFGuildPlayer(), LFGuildPlayer(), and LFGuildPlayer().
|
private |
Definition at line 143 of file GuildFinderMgr.h.
Referenced by GetInterests(), LFGuildPlayer(), LFGuildPlayer(), LFGuildPlayer(), and LFGuildPlayer().
|
private |
Definition at line 144 of file GuildFinderMgr.h.
Referenced by GetLevel(), LFGuildPlayer(), LFGuildPlayer(), LFGuildPlayer(), and LFGuildPlayer().
|
private |
Definition at line 141 of file GuildFinderMgr.h.
Referenced by GetClassRoles(), LFGuildPlayer(), LFGuildPlayer(), LFGuildPlayer(), and LFGuildPlayer().