TrinityCore
battlenet_account_commandscript Member List

This is the complete list of members for battlenet_account_commandscript, including all inherited members.

_nameScriptObjectprivate
battlenet_account_commandscript()battlenet_account_commandscriptinline
CommandScript(char const *name)CommandScriptexplicitprotected
GetCommands() const overridebattlenet_account_commandscriptinlinevirtual
GetName() constScriptObject
HandleAccountCreateCommand(ChatHandler *handler, std::string const &accountName, std::string const &password, Optional< bool > createGameAccount)battlenet_account_commandscriptinlinestatic
HandleAccountLinkCommand(ChatHandler *handler, std::string const &bnetAccountName, std::string const &gameAccountName)battlenet_account_commandscriptinlinestatic
HandleAccountLockCountryCommand(ChatHandler *handler, bool state)battlenet_account_commandscriptinlinestatic
HandleAccountLockIpCommand(ChatHandler *handler, bool state)battlenet_account_commandscriptinlinestatic
HandleAccountPasswordCommand(ChatHandler *handler, std::string const &oldPassword, std::string const &newPassword, std::string const &passwordConfirmation)battlenet_account_commandscriptinlinestatic
HandleAccountSetPasswordCommand(ChatHandler *handler, std::string accountName, std::string const &password, std::string const &passwordConfirmation)battlenet_account_commandscriptinlinestatic
HandleAccountUnlinkCommand(ChatHandler *handler, std::string const &gameAccountName)battlenet_account_commandscriptinlinestatic
HandleGameAccountCreateCommand(ChatHandler *handler, std::string const &bnetAccountName)battlenet_account_commandscriptinlinestatic
HandleListGameAccountsCommand(ChatHandler *handler, std::string const &battlenetAccountName)battlenet_account_commandscriptinlinestatic
operator=(ScriptObject const &right)=deleteScriptObject
operator=(ScriptObject &&right)=deleteScriptObject
ScriptObject(ScriptObject const &right)=deleteScriptObject
ScriptObject(ScriptObject &&right)=deleteScriptObject
ScriptObject(char const *name)ScriptObjectprotected
~CommandScript()CommandScript
~ScriptObject()ScriptObjectprotectedvirtual