TrinityCore
Channel Member List

This is the complete list of members for Channel, including all inherited members.

_announceEnabledChannelprivate
_bannedStoreChannelprivate
_channelFlagsChannelprivate
_channelGuidChannelprivate
_channelIdChannelprivate
_channelNameChannelprivate
_channelPasswordChannelprivate
_channelTeamChannelprivate
_isDirtyChannelprivate
_isOwnerInvisibleChannelprivate
_nextActivityUpdateTimeChannelprivate
_ownerGuidChannelprivate
_ownershipEnabledChannelprivate
_playersStoreChannelprivate
_zoneEntryChannelprivate
AddonSay(ObjectGuid const &guid, std::string const &prefix, std::string const &what, bool isLogged) constChannel
Announce(Player const *player)Channel
Ban(Player const *player, std::string const &badname)Channelinline
BannedContainer typedefChannelprivate
Channel(ObjectGuid const &guid, uint32 channelId, uint32 team=0, AreaTableEntry const *zoneEntry=nullptr)Channel
Channel(ObjectGuid const &guid, std::string const &name, uint32 team=0, std::string const &banList="")Channel
CheckPassword(std::string const &password) constChannelinline
DeclineInvite(Player const *player)Channel
GetChannelId() constChannelinline
GetChannelName(std::string &channelName, uint32 channelId, LocaleConstant locale, AreaTableEntry const *zoneEntry)Channelstatic
GetFlags() constChannelinline
GetGUID() constChannelinline
GetName(LocaleConstant locale=DEFAULT_LOCALE) constChannel
GetNumPlayers() constChannelinline
GetPlayerFlags(ObjectGuid const &guid) constChannelinlineprivate
GetZoneEntry() constChannelinline
HasFlag(uint8 flag) constChannelinline
Invite(Player const *player, std::string const &newp)Channel
IsAnnounce() constChannelinline
IsBanned(ObjectGuid guid) constChannelinlineprivate
IsConstant() constChannelinline
IsLFG() constChannelinline
IsOn(ObjectGuid who) constChannelinlineprivate
JoinChannel(Player *player, std::string const &pass="")Channel
JoinNotify(Player const *player)Channel
Kick(Player const *player, std::string const &badname)Channelinline
KickOrBan(Player const *player, std::string const &badname, bool ban)Channel
LeaveChannel(Player *player, bool send=true, bool suspend=false)Channel
LeaveNotify(Player const *player)Channel
List(Player const *player)Channel
Password(Player const *player, std::string const &pass)Channel
PlayerContainer typedefChannelprivate
Say(ObjectGuid const &guid, std::string const &what, uint32 lang) constChannel
SendToAll(Builder &builder, ObjectGuid const &guid=ObjectGuid::Empty, ObjectGuid const &accountGuid=ObjectGuid::Empty) constChannelprivate
SendToAllButOne(Builder &builder, ObjectGuid const &who) constChannelprivate
SendToAllWithAddon(Builder &builder, std::string const &addonPrefix, ObjectGuid const &guid=ObjectGuid::Empty, ObjectGuid const &accountGuid=ObjectGuid::Empty) constChannelprivate
SendToOne(Builder &builder, ObjectGuid const &who) constChannelprivate
SendWhoOwner(Player const *player)Channel
SetAnnounce(bool announce)Channelinline
SetDirty()Channelinline
SetInvisible(Player const *player, bool on)Channel
SetMode(Player const *player, std::string const &p2n, bool mod, bool set)Channel
SetModerator(Player const *player, std::string const &newname)Channelinline
SetModerator(ObjectGuid const &guid, bool set)Channelprivate
SetMute(Player const *player, std::string const &newname)Channelinline
SetMute(ObjectGuid const &guid, bool set)Channelprivate
SetOwner(ObjectGuid const &guid, bool exclaim=true)Channel
SetOwner(Player const *player, std::string const &name)Channel
SetOwnership(bool ownership)Channelinline
SetPassword(std::string const &password)Channelinline
SilenceAll(Player const *player, std::string const &name)Channel
UnBan(Player const *player, std::string const &badname)Channel
UnsetModerator(Player const *player, std::string const &newname)Channelinline
UnsetMute(Player const *player, std::string const &newname)Channelinline
UnsilenceAll(Player const *player, std::string const &name)Channel
UpdateChannelInDB()Channel