![]() |
TrinityCore
|
Inheritance diagram for send_commandscript:Public Member Functions | |
| send_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 | HandleSendMailCommand (ChatHandler *handler, char const *args) |
| static bool | HandleSendItemsCommand (ChatHandler *handler, char const *args) |
| static bool | HandleSendMoneyCommand (ChatHandler *handler, PlayerIdentifier const &receiver, QuotedString const &subject, QuotedString const &text, int64 money) |
| Send money by mail. | |
| static bool | HandleSendMessageCommand (ChatHandler *handler, char const *args) |
| Send a message to a player in game. | |
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 36 of file cs_send.cpp.
|
inline |
Definition at line 39 of file cs_send.cpp.
|
inlineoverridevirtual |
Implements CommandScript.
Definition at line 41 of file cs_send.cpp.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 104 of file cs_send.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 59 of file cs_send.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Send a message to a player in game.
Definition at line 232 of file cs_send.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Send money by mail.
format: name "subject text" "mail text" money
Definition at line 212 of file cs_send.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: