AzerothCore 3.3.5a
OpenSource WoW Emulator
|
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 | |
AC_GAME_API void | LoadCommandMap () |
AC_GAME_API void | InvalidateCommandMap () |
AC_GAME_API bool | TryExecuteCommand (ChatHandler &handler, std::string_view cmd) |
AC_GAME_API void | SendCommandHelpFor (ChatHandler &handler, std::string_view cmd) |
AC_GAME_API std::vector< std::string > | GetAutoCompletionsFor (ChatHandler const &handler, std::string_view cmd) |
using Acore::ChatCommands::ChatCommandTable = typedef std::vector<ChatCommandBuilder> |
|
strong |
std::vector< std::string > Acore::ChatCommands::GetAutoCompletionsFor | ( | ChatHandler const & | handler, |
std::string_view | cmd | ||
) |
References Acore::Impl::ChatCommands::ChatCommandNode::GetAutoCompletionsFor().
void Acore::ChatCommands::InvalidateCommandMap | ( | ) |
References Acore::Impl::ChatCommands::ChatCommandNode::InvalidateCommandMap().
void Acore::ChatCommands::LoadCommandMap | ( | ) |
References Acore::Impl::ChatCommands::ChatCommandNode::LoadCommandMap().
Referenced by reload_commandscript::HandleReloadCommandCommand(), and World::SetInitialWorldSettings().
void Acore::ChatCommands::SendCommandHelpFor | ( | ChatHandler & | handler, |
std::string_view | cmd | ||
) |
References Acore::Impl::ChatCommands::ChatCommandNode::SendCommandHelpFor().
Referenced by misc_commandscript::HandleCommandsCommand(), and misc_commandscript::HandleHelpCommand().
bool Acore::ChatCommands::TryExecuteCommand | ( | ChatHandler & | handler, |
std::string_view | cmd | ||
) |
References Acore::Impl::ChatCommands::ChatCommandNode::TryExecuteCommand().
Referenced by ChatHandler::_ParseCommands().