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

Public Member Functions

 mmaps_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 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) noexcept
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name) noexcept
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 46 of file cs_mmaps.cpp.

Constructor & Destructor Documentation

◆ mmaps_commandscript()

mmaps_commandscript::mmaps_commandscript ( )
inline

Definition at line 49 of file cs_mmaps.cpp.

Member Function Documentation

◆ GetCommands()

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

Implements CommandScript.

Definition at line 51 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 196 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 130 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 69 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 222 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 271 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: