![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ChannelMgr.h"
Public Member Functions | |
| AllianceChannelMgr () | |
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 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 |
|
inline |
References AllianceChannelMgr(), and TEAM_ALLIANCE.
Referenced by AllianceChannelMgr().