![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
This is the complete list of members for CliHandler, including all inherited members.
| _ParseCommands(std::string_view text) | ChatHandler | |
| BuildChatPacket(WorldPacket &data, ChatMsg chatType, Language language, ObjectGuid senderGUID, ObjectGuid receiverGUID, std::string_view message, uint8 chatTag, std::string const &senderName="", std::string const &receiverName="", uint32 achievementId=0, bool gmMessage=false, std::string const &channelName="") | ChatHandler | static |
| BuildChatPacket(WorldPacket &data, ChatMsg chatType, Language language, WorldObject const *sender, WorldObject const *receiver, std::string_view message, uint32 achievementId=0, std::string const &channelName="", LocaleConstant locale=DEFAULT_LOCALE) | ChatHandler | static |
| ChatHandler(WorldSession *session) | ChatHandler | inlineexplicit |
| ChatHandler() | ChatHandler | inlineexplicitprotected |
| CliHandler(void *callbackArg, Print *zprint) | CliHandler | inlineexplicit |
| DoForAllValidSessions(std::function< void(Player *)> exec) | ChatHandler | |
| extractKeyFromLink(char *text, char const *linkType, char **something1=nullptr) | ChatHandler | |
| extractKeyFromLink(char *text, char const *const *linkTypes, int *found_idx, char **something1=nullptr) | ChatHandler | |
| extractLowGuidFromLink(char *text, HighGuid &guidHigh) | ChatHandler | |
| extractPlayerNameFromLink(char *text) | ChatHandler | |
| extractPlayerTarget(char *args, Player **player, ObjectGuid *player_guid=nullptr, std::string *player_name=nullptr) | ChatHandler | |
| extractQuotedArg(char *args) | ChatHandler | |
| extractSpellIdFromLink(char *text) | ChatHandler | |
| GetAcoreString(uint32 entry) const override | CliHandler | virtual |
| GetCreatureFromPlayerMapByDbGuid(ObjectGuid::LowType lowguid) | ChatHandler | |
| GetModuleString(std::string module, uint32 id) const | ChatHandler | |
| GetNameLink() const override | CliHandler | virtual |
| ChatHandler::GetNameLink(Player *chr) const | ChatHandler | |
| GetNearbyGameObject() const | ChatHandler | |
| GetObjectFromPlayerMapByDbGuid(ObjectGuid::LowType lowguid) | ChatHandler | |
| GetPlayer() const | ChatHandler | |
| GetPlayerGroupAndGUIDByName(const char *cname, Player *&player, Group *&group, ObjectGuid &guid, bool offline=false) | ChatHandler | |
| getSelectedCreature() const | ChatHandler | |
| getSelectedObject() const | ChatHandler | |
| getSelectedPlayer() const | ChatHandler | |
| getSelectedPlayerOrSelf() const | ChatHandler | |
| getSelectedUnit() const | ChatHandler | |
| GetSession() | ChatHandler | inline |
| GetSessionDbcLocale() const override | CliHandler | virtual |
| GetSessionDbLocaleIndex() const override | CliHandler | virtual |
| HasLowerSecurity(Player *target, ObjectGuid guid=ObjectGuid::Empty, bool strong=false) | ChatHandler | |
| HasLowerSecurityAccount(WorldSession *target, uint32 account, bool strong=false) | ChatHandler | |
| HasSentErrorMessage() const | ChatHandler | inline |
| HasSession() const override | CliHandler | virtual |
| IsAvailable(uint32 securityLevel) const | ChatHandler | |
| IsConsole() const | ChatHandler | inline |
| IsHumanReadable() const | ChatHandler | inlinevirtual |
| LineFromMessage(char *&pos) | ChatHandler | inlinestatic |
| m_callbackArg | CliHandler | private |
| m_print | CliHandler | private |
| m_session | ChatHandler | private |
| needReportToTarget(Player *chr) const override | CliHandler | virtual |
| ParseCommands(std::string_view str) override | CliHandler | virtual |
| PGetParseModuleString(std::string module, uint32 id, Args &&... args) const | ChatHandler | inline |
| PGetParseString(uint32 entry, Args &&... args) const | ChatHandler | inline |
| playerLink(std::string const &name) const | ChatHandler | inline |
| Print typedef | CliHandler | |
| PSendModuleSysMessage(std::string module, uint32 id, Args &&... args) | ChatHandler | inline |
| PSendSysMessage(std::string_view str, bool escapeCharacters=false) | ChatHandler | |
| PSendSysMessage(char const *fmt, Args &&... args) | ChatHandler | inline |
| PSendSysMessage(uint32 entry, Args &&... args) | ChatHandler | inline |
| SendErrorMessage(uint32 entry) | ChatHandler | |
| SendErrorMessage(std::string_view str, bool escapeCharacters) | ChatHandler | |
| SendErrorMessage(char const *fmt, Args &&... args) | ChatHandler | inline |
| SendErrorMessage(uint32 entry, Args &&... args) | ChatHandler | inline |
| SendGlobalGMSysMessage(const char *str) | ChatHandler | |
| SendGlobalSysMessage(const char *str) | ChatHandler | |
| SendGMText(std::string_view str) | ChatHandler | |
| SendGMText(uint32 strId, Args &&... args) | ChatHandler | inline |
| SendGMText(char const *fmt, Args &&... args) | ChatHandler | inline |
| SendNotification(std::string_view str) | ChatHandler | |
| SendNotification(uint32 strId, Args &&... args) | ChatHandler | inline |
| SendNotification(char const *fmt, Args &&... args) | ChatHandler | inline |
| SendSysMessage(std::string_view, bool escapeCharacters) override | CliHandler | virtual |
| ChatHandler::SendSysMessage(uint32 entry) | ChatHandler | |
| SendWorldText(std::string_view str) | ChatHandler | |
| SendWorldText(uint32 strId, Args &&... args) | ChatHandler | inline |
| SendWorldText(char const *fmt, Args &&... args) | ChatHandler | inline |
| SendWorldTextOptional(std::string_view str, uint32 flag) | ChatHandler | |
| SendWorldTextOptional(uint32 strId, uint32 flag, Args &&... args) | ChatHandler | inline |
| SendWorldTextOptional(char const *fmt, uint32 flag, Args &&... args) | ChatHandler | inline |
| sentErrorMessage | ChatHandler | private |
| SetSentErrorMessage(bool val) | ChatHandler | inline |
| ~ChatHandler() | ChatHandler | inlinevirtual |