![]() |
TrinityCore
|
Typedefs | |
| template<typename T > | |
| using | tag_base_t = typename tag_base< T >::type |
Functions | |
| template<typename Tuple , size_t offset> | |
| void | ConsumeFromOffset (ChatCommandResult &result, Tuple &, ChatHandler const *handler, std::string_view args) noexcept |
| TC_GAME_API void | MergeChatCommandResults (ChatHandler const *handler, ChatCommandResult &result1, ChatCommandResult &result2) noexcept |
| TC_GAME_API void | InvalidStringValueFormatError (ChatCommandResult &result, ChatHandler const *handler, std::string_view arg, std::type_info const &type) noexcept |
| TC_GAME_API bool | HandleVariantChatCommandConsumeResults (ChatCommandResult &combined, ChatCommandResult &¤t, ChatHandler const *handler) noexcept |
| TC_GAME_API void | PrefixVariantChatCommandError (ChatCommandResult &combined, ChatHandler const *handler) noexcept |
| TokenizeResult | tokenize (std::string_view args) noexcept |
| TC_GAME_API void | SendErrorMessageToHandler (ChatHandler *handler, std::string_view str) |
| TC_GAME_API char const * | GetTrinityString (ChatHandler const *handler, TrinityStrings which) |
| TC_GAME_API std::string | FormatTrinityString (std::string_view messageFormat, fmt::printf_args messageFormatArgs) |
| template<typename... Ts> | |
| std::string | FormatTrinityString (ChatHandler const *handler, TrinityStrings which, Ts &&... args) |
| TC_GAME_API ChatCommandResult | TryConsumExactSequencee (std::string_view sequence, ChatHandler const *handler, std::string_view args) |
Variables | |
| static constexpr char | COMMAND_DELIMITER = ' ' |
| using Trinity::Impl::ChatCommands::tag_base_t = typedef typename tag_base<T>::type |
Definition at line 47 of file ChatCommandHelpers.h.
|
noexcept |
Definition at line 101 of file ChatCommand.h.
| std::string Trinity::Impl::ChatCommands::FormatTrinityString | ( | ChatHandler const * | handler, |
| TrinityStrings | which, | ||
| Ts &&... | args | ||
| ) |
| std::string Trinity::Impl::ChatCommands::FormatTrinityString | ( | std::string_view | messageFormat, |
| fmt::printf_args | messageFormatArgs | ||
| ) |
Definition at line 32 of file ChatCommandHelpers.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| char const * Trinity::Impl::ChatCommands::GetTrinityString | ( | ChatHandler const * | handler, |
| TrinityStrings | which | ||
| ) |
Definition at line 27 of file ChatCommandHelpers.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Definition at line 77 of file ChatCommandArgs.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Definition at line 28 of file ChatCommandArgs.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Definition at line 489 of file ChatCommand.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Definition at line 103 of file ChatCommandArgs.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Trinity::Impl::ChatCommands::SendErrorMessageToHandler | ( | ChatHandler * | handler, |
| std::string_view | str | ||
| ) |
Definition at line 21 of file ChatCommandHelpers.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinenoexcept |
| ChatCommandResult Trinity::Impl::ChatCommands::TryConsumExactSequencee | ( | std::string_view | sequence, |
| ChatHandler const * | handler, | ||
| std::string_view | args | ||
| ) |
Definition at line 32 of file ChatCommandTags.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticconstexpr |
Definition at line 38 of file ChatCommandHelpers.h.