![]() |
TrinityCore
|
#include <LFGScripts.h>
Inheritance diagram for lfg::LFGGroupScript:Public Member Functions | |
| LFGGroupScript () | |
| void | OnAddMember (Group *group, ObjectGuid guid) override |
| void | OnRemoveMember (Group *group, ObjectGuid guid, RemoveMethod method, ObjectGuid kicker, char const *reason) override |
| void | OnDisband (Group *group) override |
| void | OnChangeLeader (Group *group, ObjectGuid newLeaderGuid, ObjectGuid oldLeaderGuid) override |
| void | OnInviteMember (Group *group, ObjectGuid guid) override |
Public Member Functions inherited from GroupScript | |
| ~GroupScript () | |
Public Member Functions inherited from ScriptObject | |
| ScriptObject (ScriptObject const &right)=delete | |
| ScriptObject (ScriptObject &&right)=delete | |
| ScriptObject & | operator= (ScriptObject const &right)=delete |
| ScriptObject & | operator= (ScriptObject &&right)=delete |
| std::string const & | GetName () const |
Additional Inherited Members | |
Protected Member Functions inherited from GroupScript | |
| GroupScript (char const *name) noexcept | |
Protected Member Functions inherited from ScriptObject | |
| ScriptObject (char const *name) noexcept | |
| virtual | ~ScriptObject () |
Definition at line 42 of file LFGScripts.h.
| lfg::LFGGroupScript::LFGGroupScript | ( | ) |
Definition at line 119 of file LFGScripts.cpp.
|
overridevirtual |
Reimplemented from GroupScript.
Definition at line 121 of file LFGScripts.cpp.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from GroupScript.
Definition at line 218 of file LFGScripts.cpp.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from GroupScript.
Definition at line 207 of file LFGScripts.cpp.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from GroupScript.
Definition at line 231 of file LFGScripts.cpp.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from GroupScript.
Definition at line 151 of file LFGScripts.cpp.
Here is the call graph for this function: