TrinityCore
GuildBankRightsAndSlots Class Reference

#include <Guild.h>

Public Member Functions

 GuildBankRightsAndSlots ()
 
 GuildBankRightsAndSlots (uint8 _tabId)
 
 GuildBankRightsAndSlots (uint8 _tabId, int8 _rights, int32 _slots)
 
void SetGuildMasterValues ()
 
void SetTabId (uint8 _tabId)
 
void SetSlots (int32 _slots)
 
void SetRights (int8 _rights)
 
int8 GetTabId () const
 
int32 GetSlots () const
 
int8 GetRights () const
 

Private Attributes

uint8 tabId
 
int8 rights
 
int32 slots
 

Detailed Description

Definition at line 299 of file Guild.h.

Constructor & Destructor Documentation

◆ GuildBankRightsAndSlots() [1/3]

GuildBankRightsAndSlots::GuildBankRightsAndSlots ( )
inline

Definition at line 302 of file Guild.h.

◆ GuildBankRightsAndSlots() [2/3]

GuildBankRightsAndSlots::GuildBankRightsAndSlots ( uint8  _tabId)
inline

Definition at line 303 of file Guild.h.

◆ GuildBankRightsAndSlots() [3/3]

GuildBankRightsAndSlots::GuildBankRightsAndSlots ( uint8  _tabId,
int8  _rights,
int32  _slots 
)
inline

Definition at line 304 of file Guild.h.

Member Function Documentation

◆ GetRights()

int8 GuildBankRightsAndSlots::GetRights ( ) const
inline

Definition at line 318 of file Guild.h.

+ Here is the caller graph for this function:

◆ GetSlots()

int32 GuildBankRightsAndSlots::GetSlots ( ) const
inline

Definition at line 317 of file Guild.h.

+ Here is the caller graph for this function:

◆ GetTabId()

int8 GuildBankRightsAndSlots::GetTabId ( ) const
inline

Definition at line 316 of file Guild.h.

+ Here is the caller graph for this function:

◆ SetGuildMasterValues()

void GuildBankRightsAndSlots::SetGuildMasterValues ( )
inline

Definition at line 306 of file Guild.h.

+ Here is the caller graph for this function:

◆ SetRights()

void GuildBankRightsAndSlots::SetRights ( int8  _rights)
inline

Definition at line 314 of file Guild.h.

◆ SetSlots()

void GuildBankRightsAndSlots::SetSlots ( int32  _slots)
inline

Definition at line 313 of file Guild.h.

◆ SetTabId()

void GuildBankRightsAndSlots::SetTabId ( uint8  _tabId)
inline

Definition at line 312 of file Guild.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ rights

int8 GuildBankRightsAndSlots::rights
private

Definition at line 322 of file Guild.h.

◆ slots

int32 GuildBankRightsAndSlots::slots
private

Definition at line 323 of file Guild.h.

◆ tabId

uint8 GuildBankRightsAndSlots::tabId
private

Definition at line 321 of file Guild.h.


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