AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
AllianceChannelMgr Class Reference

#include "ChannelMgr.h"

Inheritance diagram for AllianceChannelMgr:
ChannelMgr

Public Member Functions

 AllianceChannelMgr ()
 
- Public Member Functions inherited from ChannelMgr
 ChannelMgr (TeamId teamId)
 
 ~ChannelMgr ()
 
ChannelGetJoinChannel (std::string const &name, uint32 channel_id)
 
ChannelGetChannel (std::string const &name, Player *p, bool pkt=true)
 

Additional Inherited Members

- Static Public Member Functions inherited from ChannelMgr
static ChannelMgrforTeam (TeamId teamId)
 
static void LoadChannels ()
 
static void LoadChannelRights ()
 
static ChannelRights const & GetChannelRightsFor (std::string const &name)
 
static void SetChannelRightsFor (std::string const &name, uint32 const &flags, uint32 const &speakDelay, std::string const &joinmessage, std::string const &speakmessage, std::set< uint32 > const &moderators)
 
- Static Public Attributes inherited from ChannelMgr
static uint32 _channelIdMax = 0
 

Detailed Description

Constructor & Destructor Documentation

◆ AllianceChannelMgr()

AllianceChannelMgr::AllianceChannelMgr ( )
inline
59: public ChannelMgr { public: AllianceChannelMgr() : ChannelMgr(TEAM_ALLIANCE) {} };
@ TEAM_ALLIANCE
Definition SharedDefines.h:748
AllianceChannelMgr()
Definition ChannelMgr.h:59
Definition ChannelMgr.h:29

References AllianceChannelMgr(), and TEAM_ALLIANCE.

Referenced by AllianceChannelMgr().


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