AzerothCore 3.3.5a
OpenSource WoW Emulator
|
This is the complete list of members for Channel, including all inherited members.
_announce | Channel | private |
_channelDBId | Channel | private |
_channelId | Channel | private |
_channelRights | Channel | private |
_flags | Channel | private |
_isOwnerGM | Channel | private |
_IsSaved | Channel | private |
_moderation | Channel | private |
_name | Channel | private |
_ownerGUID | Channel | private |
_ownership | Channel | private |
_password | Channel | private |
_teamId | Channel | private |
AddBan(ObjectGuid guid, uint32 time) | Channel | inline |
AddChannelBanToDB(ObjectGuid guid, uint32 time) const | Channel | private |
AddWatching(Player *p) | Channel | |
Announce(Player const *player) | Channel | |
Ban(Player const *player, std::string const &badname) | Channel | inline |
BannedContainer typedef | Channel | private |
bannedStore | Channel | private |
Channel(std::string const &name, uint32 channel_id, uint32 channelDBId, TeamId teamId=TEAM_NEUTRAL, bool announce=true, bool ownership=true) | Channel | |
CleanOldChannelsInDB() | Channel | static |
DeVoice(ObjectGuid guid1, ObjectGuid guid2) | Channel | |
FlagsNotify(Player *p) | Channel | |
GetChannelDBId() const | Channel | inline |
GetChannelId() const | Channel | inline |
GetFlags() const | Channel | inline |
GetName() const | Channel | inline |
GetNumPlayers() const | Channel | inline |
GetPassword() const | Channel | inline |
GetPlayerFlags(ObjectGuid guid) const | Channel | inlineprivate |
HasFlag(uint8 flag) const | Channel | inline |
Invite(Player const *player, std::string const &newp) | Channel | |
IsAnnounce() const | Channel | inline |
IsBanned(ObjectGuid guid) const | Channel | private |
IsConstant() const | Channel | inline |
IsLFG() const | Channel | inline |
IsOn(ObjectGuid who) const | Channel | inlineprivate |
JoinChannel(Player *player, std::string const &pass) | Channel | |
JoinNotify(Player *p) | Channel | |
Kick(Player const *player, std::string const &badname) | Channel | inline |
KickOrBan(Player const *player, std::string const &badname, bool ban) | Channel | |
LeaveChannel(Player *player, bool send=true) | Channel | |
LeaveNotify(Player *p) | Channel | |
List(Player const *player) | Channel | |
MakeAnnouncementsOff(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakeAnnouncementsOn(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakeBanned(WorldPacket *data) | Channel | private |
MakeChannelOwner(WorldPacket *data) | Channel | private |
MakeInvalidName(WorldPacket *data) | Channel | private |
MakeInvite(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakeInviteWrongFaction(WorldPacket *data) | Channel | private |
MakeJoined(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakeLeft(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakeModeChange(WorldPacket *data, ObjectGuid guid, uint8 oldflags) | Channel | private |
MakeModerationOff(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakeModerationOn(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakeMuted(WorldPacket *data) | Channel | private |
MakeNotifyPacket(WorldPacket *data, uint8 notify_type) | Channel | private |
MakeNotInArea(WorldPacket *data) | Channel | private |
MakeNotInLfg(WorldPacket *data) | Channel | private |
MakeNotMember(WorldPacket *data) | Channel | private |
MakeNotModerated(WorldPacket *data) | Channel | private |
MakeNotModerator(WorldPacket *data) | Channel | private |
MakeNotOwner(WorldPacket *data) | Channel | private |
MakeOwnerChanged(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakePasswordChanged(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakePlayerAlreadyMember(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakePlayerBanned(WorldPacket *data, ObjectGuid bad, ObjectGuid good) | Channel | private |
MakePlayerInviteBanned(WorldPacket *data, std::string const &name) | Channel | private |
MakePlayerInvited(WorldPacket *data, std::string const &name) | Channel | private |
MakePlayerKicked(WorldPacket *data, ObjectGuid bad, ObjectGuid good) | Channel | private |
MakePlayerNotBanned(WorldPacket *data, std::string const &name) | Channel | private |
MakePlayerNotFound(WorldPacket *data, std::string const &name) | Channel | private |
MakePlayerUnbanned(WorldPacket *data, ObjectGuid bad, ObjectGuid good) | Channel | private |
MakeThrottled(WorldPacket *data) | Channel | private |
MakeVoiceOff(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakeVoiceOn(WorldPacket *data, ObjectGuid guid) | Channel | private |
MakeWrongFaction(WorldPacket *data) | Channel | private |
MakeWrongPassword(WorldPacket *data) | Channel | private |
MakeYouJoined(WorldPacket *data) | Channel | private |
MakeYouLeft(WorldPacket *data) | Channel | private |
Password(Player const *player, std::string const &pass) | Channel | |
PlayerContainer typedef | Channel | private |
playersStore | Channel | private |
PlayersWatchingContainer typedef | Channel | private |
playersWatchingStore | Channel | private |
RemoveChannelBanFromDB(ObjectGuid guid) const | Channel | private |
RemoveWatching(Player *p) | Channel | |
Say(ObjectGuid guid, std::string const &what, uint32 lang) | Channel | |
SendToAll(WorldPacket *data, ObjectGuid guid=ObjectGuid::Empty) | Channel | private |
SendToAllButOne(WorldPacket *data, ObjectGuid who) | Channel | private |
SendToAllWatching(WorldPacket *data) | Channel | private |
SendToOne(WorldPacket *data, ObjectGuid who) | Channel | private |
SendWhoOwner(ObjectGuid guid) | Channel | |
SetMode(Player const *player, std::string const &p2n, bool mod, bool set) | Channel | |
SetModerator(Player const *player, std::string const &newname) | Channel | inline |
SetModerator(ObjectGuid guid, bool set) | Channel | inlineprivate |
SetMute(Player const *player, std::string const &newname) | Channel | inline |
SetMute(ObjectGuid guid, bool set) | Channel | inlineprivate |
SetOwner(ObjectGuid guid, bool exclaim=true) | Channel | |
SetOwner(Player const *player, std::string const &name) | Channel | |
SetPassword(std::string const &npassword) | Channel | inline |
ShouldAnnouncePlayer(Player const *player) const | Channel | private |
ToggleModeration(Player *p) | Channel | |
UnBan(Player const *player, std::string const &badname) | Channel | |
UnBan(ObjectGuid guid) | Channel | |
UnsetModerator(Player const *player, std::string const &newname) | Channel | inline |
UnsetMute(Player const *player, std::string const &newname) | Channel | inline |
UpdateChannelInDB() const | Channel | private |
UpdateChannelUseageInDB() const | Channel | private |
Voice(ObjectGuid guid1, ObjectGuid guid2) | Channel |