AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Guild.h"
Public Member Functions | |
GuildBankRightsAndSlots () | |
GuildBankRightsAndSlots (uint8 _tabId) | |
GuildBankRightsAndSlots (uint8 _tabId, uint8 _rights, uint32 _slots) | |
void | SetGuildMasterValues () |
void | SetTabId (uint8 _tabId) |
void | SetSlots (uint32 _slots) |
void | SetRights (uint8 _rights) |
uint8 | GetTabId () const |
uint32 | GetSlots () const |
uint8 | GetRights () const |
Private Attributes | |
uint8 | tabId |
uint8 | rights |
uint32 | slots |
|
inline |
|
inline |
|
inline |
References rights.
Referenced by Guild::RankInfo::CreateMissingTabsIfNeeded(), and Guild::RankInfo::SetBankTabSlotsAndRights().
|
inline |
References slots.
Referenced by Guild::RankInfo::CreateMissingTabsIfNeeded(), and Guild::RankInfo::SetBankTabSlotsAndRights().
|
inline |
References tabId.
Referenced by Guild::_SetRankBankTabRightsAndSlots(), Guild::RankInfo::CreateMissingTabsIfNeeded(), and Guild::RankInfo::SetBankTabSlotsAndRights().
|
inline |
References GUILD_BANK_RIGHT_FULL, GUILD_WITHDRAW_SLOT_UNLIMITED, rights, and slots.
Referenced by Guild::RankInfo::CreateMissingTabsIfNeeded(), and Guild::RankInfo::SetBankTabSlotsAndRights().
|
inline |
|
inline |
|
inline |
References tabId.
Referenced by Guild::RankInfo::CreateMissingTabsIfNeeded().
|
private |
Referenced by GetRights(), SetGuildMasterValues(), and SetRights().
|
private |
Referenced by GetSlots(), SetGuildMasterValues(), and SetSlots().
|
private |
Referenced by GetTabId(), and SetTabId().