![]() |
TrinityCore
|
Inheritance diagram for guild_commandscript:Public Member Functions | |
| guild_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 | |
| ScriptObject & | operator= (ScriptObject const &right)=delete |
| ScriptObject & | operator= (ScriptObject &&right)=delete |
| std::string const & | GetName () const |
Static Public Member Functions | |
| static bool | HandleGuildCreateCommand (ChatHandler *handler, char const *args) |
| GM command level 3 - Create a guild. | |
| static bool | HandleGuildDeleteCommand (ChatHandler *handler, char const *args) |
| static bool | HandleGuildInviteCommand (ChatHandler *handler, char const *args) |
| static bool | HandleGuildUninviteCommand (ChatHandler *handler, char const *args) |
| static bool | HandleGuildRankCommand (ChatHandler *handler, Optional< PlayerIdentifier > player, uint8 rank) |
| static bool | HandleGuildRenameCommand (ChatHandler *handler, char const *_args) |
| static bool | HandleGuildInfoCommand (ChatHandler *handler, Optional< Variant< ObjectGuid::LowType, std::string_view > > const &guildIdentifier) |
| static bool | HandleGuildListCommand (ChatHandler *handler) |
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 () |
Definition at line 44 of file cs_guild.cpp.
|
inline |
Definition at line 47 of file cs_guild.cpp.
|
inlineoverridevirtual |
Implements CommandScript.
Definition at line 49 of file cs_guild.cpp.
Here is the call graph for this function:
|
inlinestatic |
GM command level 3 - Create a guild.
This command allows a GM (level 3) to create a guild.
The "args" parameter contains the name of the guild leader and then the name of the guild.
Definition at line 77 of file cs_guild.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 132 of file cs_guild.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 266 of file cs_guild.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 151 of file cs_guild.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 305 of file cs_guild.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 199 of file cs_guild.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 217 of file cs_guild.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 179 of file cs_guild.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: