TrinityCore
Loading...
Searching...
No Matches
reset_commandscript Class Reference
+ Inheritance diagram for reset_commandscript:

Public Member Functions

 reset_commandscript ()
 
std::span< ChatCommandBuilder const > GetCommands () const override
 
- Public Member Functions inherited from CommandScript
 ~CommandScript ()
 
- 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) noexcept
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name) noexcept
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 46 of file cs_reset.cpp.

Constructor & Destructor Documentation

◆ reset_commandscript()

reset_commandscript::reset_commandscript ( )
inline

Definition at line 49 of file cs_reset.cpp.

Member Function Documentation

◆ GetCommands()

std::span< ChatCommandBuilder const > reset_commandscript::GetCommands ( ) const
inlineoverridevirtual

Implements CommandScript.

Definition at line 51 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 70 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 273 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 85 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 128 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 161 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 190 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 97 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 207 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: