![]() |
TrinityCore
|
Classes | |
struct | AccountIdentifier |
struct | ChatCommandBuilder |
struct | ExactSequence |
struct | Hyperlink |
struct | PlayerIdentifier |
struct | QuotedString |
struct | Tail |
struct | Variant |
struct | WTail |
Typedefs | |
using | ChatCommandTable = std::vector< ChatCommandBuilder > |
Enumerations | |
enum class | Console : bool { No = false , Yes = true } |
Functions | |
TC_GAME_API void | LoadCommandMap () |
TC_GAME_API void | InvalidateCommandMap () |
TC_GAME_API bool | TryExecuteCommand (ChatHandler &handler, std::string_view cmd) |
TC_GAME_API void | SendCommandHelpFor (ChatHandler &handler, std::string_view cmd) |
TC_GAME_API std::vector< std::string > | GetAutoCompletionsFor (ChatHandler const &handler, std::string_view cmd) |
using Trinity::ChatCommands::ChatCommandTable = typedef std::vector<ChatCommandBuilder> |
Definition at line 49 of file ChatCommand.h.
|
strong |
std::vector< std::string > Trinity::ChatCommands::GetAutoCompletionsFor | ( | ChatHandler const & | handler, |
std::string_view | cmd | ||
) |
Definition at line 481 of file ChatCommand.cpp.
void Trinity::ChatCommands::InvalidateCommandMap | ( | ) |
Definition at line 478 of file ChatCommand.cpp.
void Trinity::ChatCommands::LoadCommandMap | ( | ) |
Definition at line 477 of file ChatCommand.cpp.
void Trinity::ChatCommands::SendCommandHelpFor | ( | ChatHandler & | handler, |
std::string_view | cmd | ||
) |
Definition at line 480 of file ChatCommand.cpp.
bool Trinity::ChatCommands::TryExecuteCommand | ( | ChatHandler & | handler, |
std::string_view | cmd | ||
) |
Definition at line 479 of file ChatCommand.cpp.