TrinityCore
reset_commandscript Class Reference
+ Inheritance diagram for reset_commandscript:

Public Member Functions

 reset_commandscript ()
 
std::vector< ChatCommandGetCommands () const override
 
- Public Member Functions inherited from CommandScript
 ~CommandScript ()
 
virtual std::vector< Trinity::ChatCommands::ChatCommandBuilderGetCommands () const =0
 
- Public Member Functions inherited from ScriptObject
 ScriptObject (ScriptObject const &right)=delete
 
 ScriptObject (ScriptObject &&right)=delete
 
ScriptObjectoperator= (ScriptObject const &right)=delete
 
ScriptObjectoperator= (ScriptObject &&right)=delete
 
std::string const & GetName () const
 

Static Public Member Functions

static bool HandleResetAchievementsCommand (ChatHandler *handler, char const *args)
 
static bool HandleResetHonorCommand (ChatHandler *handler, char const *args)
 
static bool HandleResetStatsOrLevelHelper (Player *player)
 
static bool HandleResetLevelCommand (ChatHandler *handler, char const *args)
 
static bool HandleResetSpellsCommand (ChatHandler *handler, char const *args)
 
static bool HandleResetStatsCommand (ChatHandler *handler, char const *args)
 
static bool HandleResetTalentsCommand (ChatHandler *handler, char const *args)
 
static bool HandleResetAllCommand (ChatHandler *handler, char const *args)
 

Additional Inherited Members

- Protected Member Functions inherited from CommandScript
 CommandScript (char const *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name)
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 44 of file cs_reset.cpp.

Constructor & Destructor Documentation

◆ reset_commandscript()

reset_commandscript::reset_commandscript ( )
inline

Definition at line 47 of file cs_reset.cpp.

Member Function Documentation

◆ GetCommands()

std::vector< ChatCommand > reset_commandscript::GetCommands ( ) const
inlineoverridevirtual

Implements CommandScript.

Definition at line 49 of file cs_reset.cpp.

+ Here is the call graph for this function:

◆ HandleResetAchievementsCommand()

static bool reset_commandscript::HandleResetAchievementsCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 68 of file cs_reset.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleResetAllCommand()

static bool reset_commandscript::HandleResetAllCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 271 of file cs_reset.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleResetHonorCommand()

static bool reset_commandscript::HandleResetHonorCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 83 of file cs_reset.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleResetLevelCommand()

static bool reset_commandscript::HandleResetLevelCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 126 of file cs_reset.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleResetSpellsCommand()

static bool reset_commandscript::HandleResetSpellsCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 159 of file cs_reset.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleResetStatsCommand()

static bool reset_commandscript::HandleResetStatsCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 188 of file cs_reset.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleResetStatsOrLevelHelper()

static bool reset_commandscript::HandleResetStatsOrLevelHelper ( Player player)
inlinestatic

Definition at line 95 of file cs_reset.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleResetTalentsCommand()

static bool reset_commandscript::HandleResetTalentsCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 205 of file cs_reset.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: