|
| | CliHandler (void *callbackArg, Print *zprint) |
| |
| char const * | GetTrinityString (uint32 entry) const override |
| |
| bool | HasPermission (uint32) const override |
| |
| void | SendSysMessage (std::string_view, bool escapeCharacters) override |
| |
| bool | ParseCommands (std::string_view str) override |
| |
| std::string | GetNameLink () const override |
| |
| bool | needReportToTarget (Player *chr) const override |
| |
| LocaleConstant | GetSessionDbcLocale () const override |
| |
| LocaleConstant | GetSessionDbLocaleIndex () const override |
| |
Public Member Functions inherited from ChatHandler |
| bool | IsConsole () const |
| |
| WorldSession * | GetSession () |
| |
| WorldSession const * | GetSession () const |
| |
| Player * | GetPlayer () const |
| |
| | ChatHandler (WorldSession *session) |
| |
| | ChatHandler (ChatHandler const &)=delete |
| |
| | ChatHandler (ChatHandler &&)=delete |
| |
| ChatHandler & | operator= (ChatHandler const &)=delete |
| |
| ChatHandler & | operator= (ChatHandler &&)=delete |
| |
| virtual | ~ChatHandler ()=default |
| |
| void | SendSysMessage (uint32 entry) |
| |
| void | SendSysMessage (std::string_view messageFormat, fmt::printf_args messageFormatArgs) noexcept |
| |
| template<typename... Args> |
| void | PSendSysMessage (char const *fmt, Args &&... args) |
| |
| template<typename... Args> |
| void | PSendSysMessage (uint32 entry, Args &&... args) |
| |
| template<typename... Args> |
| std::string | PGetParseString (uint32 entry, Args &&... args) const noexcept |
| |
| bool | _ParseCommands (std::string_view text) |
| |
| void | SendGlobalSysMessage (const char *str) |
| |
| virtual bool | IsHumanReadable () const |
| |
| bool | HasLowerSecurity (Player *target, ObjectGuid guid, bool strong=false) |
| |
| bool | HasLowerSecurityAccount (WorldSession *target, uint32 account, bool strong=false) |
| |
| void | SendGlobalGMSysMessage (const char *str) |
| |
| Player * | getSelectedPlayer () |
| |
| Creature * | getSelectedCreature () |
| |
| Unit * | getSelectedUnit () |
| |
| WorldObject * | getSelectedObject () |
| |
| Player * | getSelectedPlayerOrSelf () |
| |
| char * | extractKeyFromLink (char *text, char const *linkType, char **something1=nullptr) |
| |
| char * | extractKeyFromLink (char *text, char const *const *linkTypes, int *found_idx, char **something1=nullptr) |
| |
| char * | extractQuotedArg (char *args) |
| |
| ObjectGuid::LowType | extractLowGuidFromLink (char *text, HighGuid &guidHigh) |
| |
| bool | GetPlayerGroupAndGUIDByName (const char *cname, Player *&player, Group *&group, ObjectGuid &guid, bool offline=false) |
| |
| std::string | extractPlayerNameFromLink (char *text) |
| |
| bool | extractPlayerTarget (char *args, Player **player, ObjectGuid *player_guid=nullptr, std::string *player_name=nullptr) |
| |
| std::string | playerLink (std::string const &name) const |
| |
| std::string | GetNameLink (Player *chr) const |
| |
| GameObject * | GetNearbyGameObject () |
| |
| GameObject * | GetObjectFromPlayerMapByDbGuid (ObjectGuid::LowType lowguid) |
| |
| Creature * | GetCreatureFromPlayerMapByDbGuid (ObjectGuid::LowType lowguid) |
| |
| bool | HasSentErrorMessage () const |
| |
| void | SetSentErrorMessage (bool val) |
| |
Definition at line 138 of file Chat.h.