TrinityCore
Loading...
Searching...
No Matches
GuildBankRightsAndSlots Class Reference

#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)
 
int8 GetTabId () const
 
int32 GetSlots () const
 
int8 GetRights () const
 

Private Attributes

uint8 tabId
 
uint8 rights
 
uint32 slots
 

Detailed Description

Definition at line 254 of file Guild.h.

Constructor & Destructor Documentation

◆ GuildBankRightsAndSlots() [1/3]

GuildBankRightsAndSlots::GuildBankRightsAndSlots ( )
inline

Definition at line 257 of file Guild.h.

◆ GuildBankRightsAndSlots() [2/3]

GuildBankRightsAndSlots::GuildBankRightsAndSlots ( uint8  _tabId)
inline

Definition at line 258 of file Guild.h.

◆ GuildBankRightsAndSlots() [3/3]

GuildBankRightsAndSlots::GuildBankRightsAndSlots ( uint8  _tabId,
uint8  _rights,
uint32  _slots 
)
inline

Definition at line 259 of file Guild.h.

Member Function Documentation

◆ GetRights()

int8 GuildBankRightsAndSlots::GetRights ( ) const
inline

Definition at line 273 of file Guild.h.

+ Here is the caller graph for this function:

◆ GetSlots()

int32 GuildBankRightsAndSlots::GetSlots ( ) const
inline

Definition at line 272 of file Guild.h.

+ Here is the caller graph for this function:

◆ GetTabId()

int8 GuildBankRightsAndSlots::GetTabId ( ) const
inline

Definition at line 271 of file Guild.h.

+ Here is the caller graph for this function:

◆ SetGuildMasterValues()

void GuildBankRightsAndSlots::SetGuildMasterValues ( )
inline

Definition at line 261 of file Guild.h.

+ Here is the caller graph for this function:

◆ SetRights()

void GuildBankRightsAndSlots::SetRights ( uint8  _rights)
inline

Definition at line 269 of file Guild.h.

◆ SetSlots()

void GuildBankRightsAndSlots::SetSlots ( uint32  _slots)
inline

Definition at line 268 of file Guild.h.

◆ SetTabId()

void GuildBankRightsAndSlots::SetTabId ( uint8  _tabId)
inline

Definition at line 267 of file Guild.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ rights

uint8 GuildBankRightsAndSlots::rights
private

Definition at line 277 of file Guild.h.

◆ slots

uint32 GuildBankRightsAndSlots::slots
private

Definition at line 278 of file Guild.h.

◆ tabId

uint8 GuildBankRightsAndSlots::tabId
private

Definition at line 276 of file Guild.h.


The documentation for this class was generated from the following file: