AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ChannelMgr.h"
Public Member Functions | |
HordeChannelMgr () | |
Public Member Functions inherited from ChannelMgr | |
ChannelMgr (TeamId teamId) | |
~ChannelMgr () | |
Channel * | GetJoinChannel (std::string const &name, uint32 channel_id) |
Channel * | GetChannel (std::string const &name, Player *p, bool pkt=true) |
Additional Inherited Members | |
Static Public Member Functions inherited from ChannelMgr | |
static ChannelMgr * | forTeam (TeamId teamId) |
static void | LoadChannels () |
static void | LoadChannelRights () |
static const ChannelRights & | GetChannelRightsFor (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 |
|
inline |
References HordeChannelMgr(), and TEAM_HORDE.
Referenced by HordeChannelMgr().