|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Guild.h>
Public Member Functions | |
| int8 | GetRights () const |
| int32 | GetSlots () const |
| int8 | GetTabId () const |
| GuildBankRightsAndSlots () | |
| GuildBankRightsAndSlots (uint8 _tabId) | |
| GuildBankRightsAndSlots (uint8 _tabId, uint8 _rights, uint32 _slots) | |
| void | SetGuildMasterValues () |
| void | SetRights (uint8 _rights) |
| void | SetSlots (uint32 _slots) |
| void | SetTabId (uint8 _tabId) |
Private Attributes | |
| uint8 | rights |
| uint32 | slots |
| uint8 | tabId |
|
inline |
|
inline |
|
inline |
Definition at line 311 of file Guild.h.
References rights.
Referenced by Guild::RankInfo::CreateMissingTabsIfNeeded(), and Guild::RankInfo::SetBankTabSlotsAndRights().
|
inline |
Definition at line 310 of file Guild.h.
References slots.
Referenced by Guild::RankInfo::CreateMissingTabsIfNeeded(), and Guild::RankInfo::SetBankTabSlotsAndRights().
|
inline |
Definition at line 309 of file Guild.h.
References tabId.
Referenced by Guild::_SetRankBankTabRightsAndSlots(), Guild::RankInfo::CreateMissingTabsIfNeeded(), and Guild::RankInfo::SetBankTabSlotsAndRights().
|
inline |
Definition at line 299 of file Guild.h.
References GUILD_BANK_RIGHT_FULL, GUILD_WITHDRAW_SLOT_UNLIMITED, rights, and slots.
Referenced by Guild::RankInfo::CreateMissingTabsIfNeeded(), and Guild::RankInfo::SetBankTabSlotsAndRights().
|
inline |
|
inline |
|
inline |
Definition at line 305 of file Guild.h.
References tabId.
Referenced by Guild::RankInfo::CreateMissingTabsIfNeeded().
|
private |
Definition at line 315 of file Guild.h.
Referenced by GetRights(), GuildBankRightsAndSlots(), GuildBankRightsAndSlots(), GuildBankRightsAndSlots(), SetGuildMasterValues(), and SetRights().
|
private |
Definition at line 316 of file Guild.h.
Referenced by GetSlots(), GuildBankRightsAndSlots(), GuildBankRightsAndSlots(), GuildBankRightsAndSlots(), SetGuildMasterValues(), and SetSlots().
|
private |
Definition at line 314 of file Guild.h.
Referenced by GetTabId(), GuildBankRightsAndSlots(), GuildBankRightsAndSlots(), GuildBankRightsAndSlots(), and SetTabId().