Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
lfg_commandscript Class Reference
Inheritance diagram for lfg_commandscript:
Collaboration diagram for lfg_commandscript:

Public Member Functions

std::vector< ChatCommandGetCommands () const OVERRIDE
 lfg_commandscript ()
Public Member Functions inherited from ScriptObject
const std::string & GetName () const
virtual bool IsDatabaseBound () const

Static Public Member Functions

static bool HandleLfgCleanCommand (ChatHandler *handler, char const *)
static bool HandleLfgGroupInfoCommand (ChatHandler *handler, char const *args)
static bool HandleLfgOptionsCommand (ChatHandler *handler, char const *args)
static bool HandleLfgPlayerInfoCommand (ChatHandler *handler, char const *args)
static bool HandleLfgQueueInfoCommand (ChatHandler *handler, char const *args)

Additional Inherited Members

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

Detailed Description

Definition at line 28 of file cs_lfg.cpp.

Constructor & Destructor Documentation

◆ lfg_commandscript()

lfg_commandscript::lfg_commandscript ( )
inline

Definition at line 31 of file cs_lfg.cpp.

References CommandScript::CommandScript().

Member Function Documentation

◆ GetCommands()

◆ HandleLfgCleanCommand()

bool lfg_commandscript::HandleLfgCleanCommand ( ChatHandler * handler,
char const *  )
inlinestatic

Definition at line 114 of file cs_lfg.cpp.

References LANG_LFG_CLEAN, ChatHandler::PSendSysMessage(), and sLFGMgr.

Referenced by GetCommands().

◆ HandleLfgGroupInfoCommand()

◆ HandleLfgOptionsCommand()

bool lfg_commandscript::HandleLfgOptionsCommand ( ChatHandler * handler,
char const * args )
inlinestatic

Definition at line 88 of file cs_lfg.cpp.

References LANG_LFG_OPTIONS, LANG_LFG_OPTIONS_CHANGED, ChatHandler::PSendSysMessage(), and sLFGMgr.

Referenced by GetCommands().

◆ HandleLfgPlayerInfoCommand()

bool lfg_commandscript::HandleLfgPlayerInfoCommand ( ChatHandler * handler,
char const * args )
inlinestatic

Definition at line 51 of file cs_lfg.cpp.

References ChatHandler::extractPlayerTarget(), and GetPlayerInfo().

Referenced by GetCommands().

◆ HandleLfgQueueInfoCommand()

bool lfg_commandscript::HandleLfgQueueInfoCommand ( ChatHandler * handler,
char const * args )
inlinestatic

Definition at line 107 of file cs_lfg.cpp.

References ChatHandler::SendSysMessage(), and sLFGMgr.

Referenced by GetCommands().


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