![]() |
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 50 of file ChatCommand.h.
|
strong |
| Enumerator | |
|---|---|
| No | |
| Yes | |
Definition at line 43 of file ChatCommand.h.
|
private |
|
private |
Definition at line 481 of file ChatCommand.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 480 of file ChatCommand.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 483 of file ChatCommand.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 482 of file ChatCommand.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: