![]() |
TrinityCore
|
Inheritance diagram for guild_commandscript:Public Member Functions | |
| guild_commandscript () | |
| std::vector< ChatCommand > | GetCommands () const override |
Public Member Functions inherited from ScriptObject | |
| 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) |
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 () |
Definition at line 41 of file cs_guild.cpp.
|
inline |
Definition at line 44 of file cs_guild.cpp.
|
inlineoverridevirtual |
Implements CommandScript.
Definition at line 46 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 73 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 128 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 262 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 147 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 195 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 213 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 175 of file cs_guild.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: