|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| std::vector< ChatCommand > | GetCommands () 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 () |
Definition at line 28 of file cs_lfg.cpp.
|
inline |
Definition at line 31 of file cs_lfg.cpp.
References CommandScript::CommandScript().
|
inlinevirtual |
Implements CommandScript.
Definition at line 33 of file cs_lfg.cpp.
References HandleLfgCleanCommand(), HandleLfgGroupInfoCommand(), HandleLfgOptionsCommand(), HandleLfgPlayerInfoCommand(), HandleLfgQueueInfoCommand(), OVERRIDE, rbac::RBAC_PERM_COMMAND_LFG, rbac::RBAC_PERM_COMMAND_LFG_CLEAN, rbac::RBAC_PERM_COMMAND_LFG_GROUP, rbac::RBAC_PERM_COMMAND_LFG_OPTIONS, rbac::RBAC_PERM_COMMAND_LFG_PLAYER, and rbac::RBAC_PERM_COMMAND_LFG_QUEUE.
|
inlinestatic |
Definition at line 114 of file cs_lfg.cpp.
References LANG_LFG_CLEAN, ChatHandler::PSendSysMessage(), and sLFGMgr.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 62 of file cs_lfg.cpp.
References ChatHandler::extractPlayerTarget(), Group::GetFirstMember(), Player::GetGroup(), Group::GetGUID(), GetPlayerInfo(), lfg::GetStateString(), Group::isLFGGroup(), LANG_LFG_GROUP_INFO, LANG_LFG_NOT_IN_GROUP, GroupReference::next(), ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), and sLFGMgr.
Referenced by GetCommands().
|
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().
|
inlinestatic |
Definition at line 51 of file cs_lfg.cpp.
References ChatHandler::extractPlayerTarget(), and GetPlayerInfo().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 107 of file cs_lfg.cpp.
References ChatHandler::SendSysMessage(), and sLFGMgr.
Referenced by GetCommands().