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

#include "ChannelMgr.h"

Inheritance diagram for HordeChannelMgr:
ChannelMgr

Public Member Functions

 HordeChannelMgr ()
 
- 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

◆ HordeChannelMgr()

HordeChannelMgr::HordeChannelMgr ( )
inline
61: public ChannelMgr { public: HordeChannelMgr() : ChannelMgr(TEAM_HORDE) {} };
@ TEAM_HORDE
Definition: SharedDefines.h:761
Definition: ChannelMgr.h:30
HordeChannelMgr()
Definition: ChannelMgr.h:61

References HordeChannelMgr(), and TEAM_HORDE.

Referenced by HordeChannelMgr().