|
| | Member (ObjectGuid::LowType guildId, ObjectGuid guid, uint8 rankId) |
| |
| void | SetStats (Player *player) |
| |
| void | SetStats (std::string_view name, uint8 level, uint8 _class, uint8 gender, uint32 zoneId, uint32 accountId) |
| |
| bool | CheckStats () const |
| |
| void | SetPublicNote (std::string_view publicNote) |
| |
| void | SetOfficerNote (std::string_view officerNote) |
| |
| void | SetZoneID (uint32 id) |
| |
| void | SetLevel (uint8 var) |
| |
| void | AddFlag (uint8 var) |
| |
| void | RemFlag (uint8 var) |
| |
| void | ResetFlags () |
| |
| bool | LoadFromDB (Field *fields) |
| |
| void | SaveToDB (CharacterDatabaseTransaction trans) const |
| |
| ObjectGuid | GetGUID () const |
| |
| std::string const & | GetName () const |
| |
| uint32 | GetAccountId () const |
| |
| uint8 | GetRankId () const |
| |
| uint64 | GetLogoutTime () const |
| |
| std::string | GetPublicNote () const |
| |
| std::string | GetOfficerNote () const |
| |
| uint8 | GetClass () const |
| |
| uint8 | GetGender () const |
| |
| uint8 | GetLevel () const |
| |
| uint8 | GetFlags () const |
| |
| uint32 | GetZoneId () const |
| |
| bool | IsOnline () const |
| |
| void | ChangeRank (CharacterDatabaseTransaction trans, uint8 newRank) |
| |
| void | UpdateLogoutTime () |
| |
| bool | IsRank (uint8 rankId) const |
| |
| bool | IsRankNotLower (uint8 rankId) const |
| |
| bool | IsSamePlayer (ObjectGuid guid) const |
| |
| void | UpdateBankWithdrawValue (CharacterDatabaseTransaction trans, uint8 tabId, uint32 amount) |
| |
| int32 | GetBankWithdrawValue (uint8 tabId) const |
| |
| void | ResetValues () |
| |
| Player * | FindPlayer () const |
| |
| Player * | FindConnectedPlayer () const |
| |
Definition at line 287 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 |
◆ GetBankWithdrawValue()
| int32 Guild::Member::GetBankWithdrawValue |
( |
uint8 |
tabId | ) |
const |
◆ GetClass()
| uint8 Guild::Member::GetClass |
( |
| ) |
const |
|
inline |
◆ GetFlags()
| uint8 Guild::Member::GetFlags |
( |
| ) |
const |
|
inline |
◆ GetGender()
| uint8 Guild::Member::GetGender |
( |
| ) |
const |
|
inline |
◆ GetGUID()
◆ GetLevel()
| uint8 Guild::Member::GetLevel |
( |
| ) |
const |
|
inline |
◆ GetLogoutTime()
| uint64 Guild::Member::GetLogoutTime |
( |
| ) |
const |
|
inline |
◆ GetName()
| std::string const & Guild::Member::GetName |
( |
| ) |
const |
|
inline |
◆ GetOfficerNote()
| std::string Guild::Member::GetOfficerNote |
( |
| ) |
const |
|
inline |
◆ GetPublicNote()
| std::string Guild::Member::GetPublicNote |
( |
| ) |
const |
|
inline |
◆ GetRankId()
| uint8 Guild::Member::GetRankId |
( |
| ) |
const |
|
inline |
◆ GetZoneId()
| uint32 Guild::Member::GetZoneId |
( |
| ) |
const |
|
inline |
◆ IsOnline()
| bool Guild::Member::IsOnline |
( |
| ) |
const |
|
inline |
◆ IsRank()
| bool Guild::Member::IsRank |
( |
uint8 |
rankId | ) |
const |
|
inline |
◆ IsRankNotLower()
| bool Guild::Member::IsRankNotLower |
( |
uint8 |
rankId | ) |
const |
|
inline |
◆ IsSamePlayer()
| bool Guild::Member::IsSamePlayer |
( |
ObjectGuid |
guid | ) |
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 |
( |
| ) |
|
◆ SaveToDB()
◆ 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]
◆ SetZoneID()
| void Guild::Member::SetZoneID |
( |
uint32 |
id | ) |
|
|
inline |
◆ UpdateBankWithdrawValue()
◆ UpdateLogoutTime()
| void Guild::Member::UpdateLogoutTime |
( |
| ) |
|
|
inline |
◆ m_accountId
| uint32 Guild::Member::m_accountId |
|
private |
◆ m_bankWithdraw
◆ 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_rankId
| uint8 Guild::Member::m_rankId |
|
private |
◆ m_zoneId
| uint32 Guild::Member::m_zoneId |
|
private |
The documentation for this class was generated from the following files: