TrinityCore
lfg_commandscript Class Reference
+ Inheritance diagram for lfg_commandscript:

Public Member Functions

 lfg_commandscript ()
 
ChatCommandTable GetCommands () 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 HandleLfgPlayerInfoCommand (ChatHandler *handler, Optional< PlayerIdentifier > player)
 
static bool HandleLfgGroupInfoCommand (ChatHandler *handler, Optional< PlayerIdentifier > player)
 
static bool HandleLfgOptionsCommand (ChatHandler *handler, Optional< uint32 > optionsArg)
 
static bool HandleLfgQueueInfoCommand (ChatHandler *handler, Tail full)
 
static bool HandleLfgCleanCommand (ChatHandler *handler)
 

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 47 of file cs_lfg.cpp.

Constructor & Destructor Documentation

◆ lfg_commandscript()

lfg_commandscript::lfg_commandscript ( )
inline

Definition at line 50 of file cs_lfg.cpp.

Member Function Documentation

◆ GetCommands()

ChatCommandTable lfg_commandscript::GetCommands ( ) const
inlineoverridevirtual

Implements CommandScript.

Definition at line 52 of file cs_lfg.cpp.

+ Here is the call graph for this function:

◆ HandleLfgCleanCommand()

static bool lfg_commandscript::HandleLfgCleanCommand ( ChatHandler handler)
inlinestatic

Definition at line 147 of file cs_lfg.cpp.

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

◆ HandleLfgGroupInfoCommand()

static bool lfg_commandscript::HandleLfgGroupInfoCommand ( ChatHandler handler,
Optional< PlayerIdentifier player 
)
inlinestatic

Definition at line 86 of file cs_lfg.cpp.

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

◆ HandleLfgOptionsCommand()

static bool lfg_commandscript::HandleLfgOptionsCommand ( ChatHandler handler,
Optional< uint32 optionsArg 
)
inlinestatic

Definition at line 130 of file cs_lfg.cpp.

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

◆ HandleLfgPlayerInfoCommand()

static bool lfg_commandscript::HandleLfgPlayerInfoCommand ( ChatHandler handler,
Optional< PlayerIdentifier player 
)
inlinestatic

Definition at line 70 of file cs_lfg.cpp.

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

◆ HandleLfgQueueInfoCommand()

static bool lfg_commandscript::HandleLfgQueueInfoCommand ( ChatHandler handler,
Tail  full 
)
inlinestatic

Definition at line 141 of file cs_lfg.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: