![]() |
TrinityCore
|
#include "ChatCommandHelpers.h"#include "ChatCommandTags.h"#include "EnumFlag.h"#include "SmartEnum.h"#include "StringConvert.h"#include "StringFormat.h"#include "Util.h"#include <string>#include <string_view>#include <vector>
Include dependency graph for ChatCommandArgs.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Trinity |
| namespace | Trinity::Impl |
| namespace | Trinity::Impl::ChatCommands |
Functions | |
| TC_GAME_API void | Trinity::Impl::ChatCommands::InvalidStringValueFormatError (ChatCommandResult &result, ChatHandler const *handler, std::string_view arg, std::type_info const &type) noexcept |
| TC_GAME_API bool | Trinity::Impl::ChatCommands::HandleVariantChatCommandConsumeResults (ChatCommandResult &combined, ChatCommandResult &¤t, ChatHandler const *handler) noexcept |
| TC_GAME_API void | Trinity::Impl::ChatCommands::PrefixVariantChatCommandError (ChatCommandResult &combined, ChatHandler const *handler) noexcept |