AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ChatCommand.h"
Public Member Functions | |
template<typename T > | |
InvokerEntry (T &handler, AcoreStrings help, uint32 securityLevel, Acore::ChatCommands::Console allowConsole) | |
InvokerEntry (InvokerEntry const &)=default | |
InvokerEntry (InvokerEntry &&)=default | |
auto | operator* () const |
Public Attributes | |
Acore::Impl::ChatCommands::CommandInvoker | _invoker |
AcoreStrings | _help |
Acore::Impl::ChatCommands::CommandPermissions | _permissions |
|
inline |
|
default |
|
default |
|
inline |
References _help, _invoker, and _permissions.
AcoreStrings Acore::ChatCommands::ChatCommandBuilder::InvokerEntry::_help |
Referenced by operator*().
Acore::Impl::ChatCommands::CommandInvoker Acore::ChatCommands::ChatCommandBuilder::InvokerEntry::_invoker |
Referenced by operator*().
Acore::Impl::ChatCommands::CommandPermissions Acore::ChatCommands::ChatCommandBuilder::InvokerEntry::_permissions |
Referenced by operator*().