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 const ChannelRightsGetChannelRightsFor (const std::string &name)
 
static void SetChannelRightsFor (const std::string &name, const uint32 &flags, const uint32 &speakDelay, const std::string &joinmessage, const std::string &speakmessage, const std::set< uint32 > &moderators)
 
- Static Public Attributes inherited from ChannelMgr
static uint32 _channelIdMax = 0
 

Detailed Description

Constructor & Destructor Documentation

◆ AllianceChannelMgr()

AllianceChannelMgr::AllianceChannelMgr ( )
inline
60: public ChannelMgr { public: AllianceChannelMgr() : ChannelMgr(TEAM_ALLIANCE) {} };
@ TEAM_ALLIANCE
Definition: SharedDefines.h:760
Definition: ChannelMgr.h:30
AllianceChannelMgr()
Definition: ChannelMgr.h:60

References AllianceChannelMgr(), and TEAM_ALLIANCE.

Referenced by AllianceChannelMgr().