#include <Guild.h>
|
| | Member (ObjectGuid::LowType guildId, ObjectGuid guid, GuildRankId rankId) |
| |
| void | SetStats (Player *player) |
| |
| void | SetStats (std::string_view name, uint8 level, uint8 race, uint8 _class, uint8 gender, uint32 zoneId, uint32 accountId, uint32 reputation) |
| |
| bool | CheckStats () const |
| |
| void | SetPublicNote (std::string_view publicNote) |
| |
| void | SetOfficerNote (std::string_view officerNote) |
| |
| void | SetZoneId (uint32 id) |
| |
| void | SetAchievementPoints (uint32 val) |
| |
| void | SetLevel (uint8 var) |
| |
| void | AddFlag (uint8 var) |
| |
| void | RemFlag (uint8 var) |
| |
| void | ResetFlags () |
| |
| bool | LoadFromDB (Field *fields) |
| |
| void | SaveToDB (CharacterDatabaseTransaction trans) const |
| |
| ObjectGuid const & | GetGUID () const |
| |
| std::string_view | GetName () const |
| |
| uint32 | GetAccountId () const |
| |
| GuildRankId | GetRankId () const |
| |
| uint64 | GetLogoutTime () const |
| |
| float | GetInactiveDays () const |
| |
| std::string_view | GetPublicNote () const |
| |
| std::string_view | GetOfficerNote () const |
| |
| uint8 | GetRace () const |
| |
| uint8 | GetClass () const |
| |
| uint8 | GetGender () const |
| |
| uint8 | GetLevel () const |
| |
| uint8 | GetFlags () const |
| |
| uint32 | GetZoneId () const |
| |
| uint32 | GetAchievementPoints () const |
| |
| uint64 | GetTotalActivity () const |
| |
| uint64 | GetWeekActivity () const |
| |
| uint32 | GetTotalReputation () const |
| |
| uint32 | GetWeekReputation () const |
| |
| void | SetTrackedCriteriaIds (std::set< uint32 > criteriaIds) |
| |
| bool | IsTrackingCriteriaId (uint32 criteriaId) const |
| |
| bool | IsOnline () const |
| |
| void | ChangeRank (CharacterDatabaseTransaction trans, GuildRankId newRank) |
| |
| void | UpdateLogoutTime () |
| |
| bool | IsRank (GuildRankId rankId) const |
| |
| bool | IsSamePlayer (ObjectGuid guid) const |
| |
| void | UpdateBankTabWithdrawValue (CharacterDatabaseTransaction trans, uint8 tabId, uint32 amount) |
| |
| void | UpdateBankMoneyWithdrawValue (CharacterDatabaseTransaction trans, uint64 amount) |
| |
| uint32 | GetBankTabWithdrawValue (uint8 tabId) const |
| |
| uint64 | GetBankMoneyWithdrawValue () const |
| |
| void | ResetValues (bool weekly=false) |
| |
| Player * | FindPlayer () const |
| |
| Player * | FindConnectedPlayer () const |
| |
Definition at line 332 of file Guild.h.
◆ Member()
◆ AddFlag()
| void Guild::Member::AddFlag |
( |
uint8 |
var | ) |
|
|
inline |
◆ ChangeRank()
◆ CheckStats()
| bool Guild::Member::CheckStats |
( |
| ) |
const |
◆ FindConnectedPlayer()
| Player * Guild::Member::FindConnectedPlayer |
( |
| ) |
const |
◆ FindPlayer()
| Player * Guild::Member::FindPlayer |
( |
| ) |
const |
◆ GetAccountId()
| uint32 Guild::Member::GetAccountId |
( |
| ) |
const |
|
inline |
◆ GetAchievementPoints()
| uint32 Guild::Member::GetAchievementPoints |
( |
| ) |
const |
|
inline |
◆ GetBankMoneyWithdrawValue()
| uint64 Guild::Member::GetBankMoneyWithdrawValue |
( |
| ) |
const |
|
inline |
◆ GetBankTabWithdrawValue()
| uint32 Guild::Member::GetBankTabWithdrawValue |
( |
uint8 |
tabId | ) |
const |
|
inline |
◆ GetClass()
| uint8 Guild::Member::GetClass |
( |
| ) |
const |
|
inline |
◆ GetFlags()
| uint8 Guild::Member::GetFlags |
( |
| ) |
const |
|
inline |
◆ GetGender()
| uint8 Guild::Member::GetGender |
( |
| ) |
const |
|
inline |
◆ GetGUID()
| ObjectGuid const & Guild::Member::GetGUID |
( |
| ) |
const |
|
inline |
◆ GetInactiveDays()
| float Guild::Member::GetInactiveDays |
( |
| ) |
const |
◆ GetLevel()
| uint8 Guild::Member::GetLevel |
( |
| ) |
const |
|
inline |
◆ GetLogoutTime()
| uint64 Guild::Member::GetLogoutTime |
( |
| ) |
const |
|
inline |
◆ GetName()
| std::string_view Guild::Member::GetName |
( |
| ) |
const |
|
inline |
◆ GetOfficerNote()
| std::string_view Guild::Member::GetOfficerNote |
( |
| ) |
const |
|
inline |
◆ GetPublicNote()
| std::string_view Guild::Member::GetPublicNote |
( |
| ) |
const |
|
inline |
◆ GetRace()
| uint8 Guild::Member::GetRace |
( |
| ) |
const |
|
inline |
◆ GetRankId()
◆ GetTotalActivity()
| uint64 Guild::Member::GetTotalActivity |
( |
| ) |
const |
|
inline |
◆ GetTotalReputation()
| uint32 Guild::Member::GetTotalReputation |
( |
| ) |
const |
|
inline |
◆ GetWeekActivity()
| uint64 Guild::Member::GetWeekActivity |
( |
| ) |
const |
|
inline |
◆ GetWeekReputation()
| uint32 Guild::Member::GetWeekReputation |
( |
| ) |
const |
|
inline |
◆ GetZoneId()
| uint32 Guild::Member::GetZoneId |
( |
| ) |
const |
|
inline |
◆ IsOnline()
| bool Guild::Member::IsOnline |
( |
| ) |
const |
|
inline |
◆ IsRank()
◆ IsSamePlayer()
| bool Guild::Member::IsSamePlayer |
( |
ObjectGuid |
guid | ) |
const |
|
inline |
◆ IsTrackingCriteriaId()
| bool Guild::Member::IsTrackingCriteriaId |
( |
uint32 |
criteriaId | ) |
const |
|
inline |
◆ LoadFromDB()
| bool Guild::Member::LoadFromDB |
( |
Field * |
fields | ) |
|
◆ RemFlag()
| void Guild::Member::RemFlag |
( |
uint8 |
var | ) |
|
|
inline |
◆ ResetFlags()
| void Guild::Member::ResetFlags |
( |
| ) |
|
|
inline |
◆ ResetValues()
| void Guild::Member::ResetValues |
( |
bool |
weekly = false | ) |
|
◆ SaveToDB()
◆ SetAchievementPoints()
| void Guild::Member::SetAchievementPoints |
( |
uint32 |
val | ) |
|
|
inline |
◆ SetLevel()
| void Guild::Member::SetLevel |
( |
uint8 |
var | ) |
|
|
inline |
◆ SetOfficerNote()
| void Guild::Member::SetOfficerNote |
( |
std::string_view |
officerNote | ) |
|
◆ SetPublicNote()
| void Guild::Member::SetPublicNote |
( |
std::string_view |
publicNote | ) |
|
◆ SetStats() [1/2]
| void Guild::Member::SetStats |
( |
Player * |
player | ) |
|
◆ SetStats() [2/2]
◆ SetTrackedCriteriaIds()
| void Guild::Member::SetTrackedCriteriaIds |
( |
std::set< uint32 > |
criteriaIds | ) |
|
|
inline |
◆ SetZoneId()
| void Guild::Member::SetZoneId |
( |
uint32 |
id | ) |
|
|
inline |
◆ UpdateBankMoneyWithdrawValue()
◆ UpdateBankTabWithdrawValue()
◆ UpdateLogoutTime()
| void Guild::Member::UpdateLogoutTime |
( |
| ) |
|
|
inline |
◆ m_accountId
| uint32 Guild::Member::m_accountId |
|
private |
◆ m_achievementPoints
| uint32 Guild::Member::m_achievementPoints |
|
private |
◆ m_bankWithdraw
◆ m_bankWithdrawMoney
| uint64 Guild::Member::m_bankWithdrawMoney |
|
private |
◆ m_class
| uint8 Guild::Member::m_class |
|
private |
◆ m_flags
| uint8 Guild::Member::m_flags |
|
private |
◆ m_gender
| uint8 Guild::Member::m_gender |
|
private |
◆ m_guid
◆ m_guildId
◆ m_level
| uint8 Guild::Member::m_level |
|
private |
◆ m_logoutTime
| uint64 Guild::Member::m_logoutTime |
|
private |
◆ m_name
| std::string Guild::Member::m_name |
|
private |
◆ m_officerNote
| std::string Guild::Member::m_officerNote |
|
private |
◆ m_publicNote
| std::string Guild::Member::m_publicNote |
|
private |
◆ m_race
| uint8 Guild::Member::m_race |
|
private |
◆ m_rankId
◆ m_totalActivity
| uint64 Guild::Member::m_totalActivity |
|
private |
◆ m_totalReputation
| uint32 Guild::Member::m_totalReputation |
|
private |
◆ m_trackedCriteriaIds
◆ m_weekActivity
| uint64 Guild::Member::m_weekActivity |
|
private |
◆ m_weekReputation
| uint32 Guild::Member::m_weekReputation |
|
private |
◆ m_zoneId
| uint32 Guild::Member::m_zoneId |
|
private |
The documentation for this class was generated from the following files: