TrinityCore
mmaps_commandscript Class Reference
+ Inheritance diagram for mmaps_commandscript:

Public Member Functions

 mmaps_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 HandleMmapPathCommand (ChatHandler *handler, char const *args)
 
static bool HandleMmapLocCommand (ChatHandler *handler, char const *)
 
static bool HandleMmapLoadedTilesCommand (ChatHandler *handler, char const *)
 
static bool HandleMmapStatsCommand (ChatHandler *handler, char const *)
 
static bool HandleMmapTestArea (ChatHandler *handler, char const *)
 

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_mmaps.cpp.

Constructor & Destructor Documentation

◆ mmaps_commandscript()

mmaps_commandscript::mmaps_commandscript ( )
inline

Definition at line 47 of file cs_mmaps.cpp.

Member Function Documentation

◆ GetCommands()

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

Implements CommandScript.

Definition at line 49 of file cs_mmaps.cpp.

+ Here is the call graph for this function:

◆ HandleMmapLoadedTilesCommand()

static bool mmaps_commandscript::HandleMmapLoadedTilesCommand ( ChatHandler handler,
char const *   
)
inlinestatic

Definition at line 193 of file cs_mmaps.cpp.

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

◆ HandleMmapLocCommand()

static bool mmaps_commandscript::HandleMmapLocCommand ( ChatHandler handler,
char const *   
)
inlinestatic

Definition at line 128 of file cs_mmaps.cpp.

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

◆ HandleMmapPathCommand()

static bool mmaps_commandscript::HandleMmapPathCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 67 of file cs_mmaps.cpp.

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

◆ HandleMmapStatsCommand()

static bool mmaps_commandscript::HandleMmapStatsCommand ( ChatHandler handler,
char const *   
)
inlinestatic

Definition at line 219 of file cs_mmaps.cpp.

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

◆ HandleMmapTestArea()

static bool mmaps_commandscript::HandleMmapTestArea ( ChatHandler handler,
char const *   
)
inlinestatic

Definition at line 268 of file cs_mmaps.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: