TrinityCore
Loading...
Searching...
No Matches
Channel Member List

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

_announceEnabledChannelprivate
_bannedStoreChannelprivate
_channelFlagsChannelprivate
_channelIdChannelprivate
_channelNameChannelprivate
_channelPasswordChannelprivate
_channelTeamChannelprivate
_isDirtyChannelprivate
_isOwnerInvisibleChannelprivate
_nextActivityUpdateTimeChannelprivate
_ownerGuidChannelprivate
_ownershipEnabledChannelprivate
_playersStoreChannelprivate
_zoneEntryChannelprivate
Announce(Player const *player)Channel
Ban(Player const *player, std::string const &badname)Channelinline
BannedContainer typedefChannelprivate
Channel(uint32 channelId, uint32 team=0, AreaTableEntry const *zoneEntry=nullptr)Channel
Channel(std::string const &name, uint32 team, std::string const &banList="")Channel
Channel(Channel const &)=deleteChannel
Channel(Channel &&)=deleteChannel
CheckPassword(std::string const &password) constChannelinline
DeVoice(ObjectGuid guid1, ObjectGuid guid2) constChannel
GetChannelId() constChannelinline
GetChannelName(std::string &channelName, uint32 channelId, LocaleConstant locale, AreaTableEntry const *zoneEntry)Channelstatic
GetFlags() constChannelinline
GetName(LocaleConstant locale=DEFAULT_LOCALE) constChannel
GetNumPlayers() constChannelinline
GetPlayerFlags(ObjectGuid 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(ObjectGuid guid) constChannel
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)Channel
LeaveNotify(ObjectGuid guid) constChannel
List(Player const *player) constChannel
operator=(Channel const &)=deleteChannel
operator=(Channel &&)=deleteChannel
Password(Player const *player, std::string const &pass)Channel
PlayerContainer typedefChannelprivate
Say(ObjectGuid guid, std::string const &what, uint32 lang) constChannel
SendToAll(Builder &, ObjectGuid guid=ObjectGuid::Empty) constChannelprivate
SendToAllButOne(Builder &builder, ObjectGuid who) constChannelprivate
SendToOne(Builder &builder, ObjectGuid who) constChannelprivate
SendWhoOwner(ObjectGuid guid)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 guid, bool set)Channelprivate
SetMute(Player const *player, std::string const &newname)Channelinline
SetMute(ObjectGuid guid, bool set)Channelprivate
SetOwner(ObjectGuid guid, bool exclaim=true)Channel
SetOwner(Player const *player, std::string const &name)Channel
SetOwnership(bool ownership)Channelinline
SetPassword(std::string const &password)Channelinline
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
UpdateChannelInDB()Channel
Voice(ObjectGuid guid1, ObjectGuid guid2) constChannel
~Channel()Channel