![]() |
Superfighters Deluxe
|
User message callback arguments More...
Public Member Functions | |
UserMessageCallbackArgs (IUser user, string message) | |
Constructor More... | |
Properties | |
string | Command [get] |
Gets the command part of the message. "ABC" part of "/ABC Qwerty" as example. This is always upper-case. More... | |
string | CommandArguments [get] |
Gets the command arguments part of the message. "Qwerty" part of the "/ABC Qwerty" as example. More... | |
bool | IsCommand [get] |
Gets if this is a command by checking if the message starts with "/". More... | |
string | Message [get] |
Gets the message that the user sent. More... | |
IUser | User [get] |
Gets the user. More... | |
User message callback arguments
UserMessageCallbackArgs | ( | IUser | user, |
string | message | ||
) |
Constructor
user | User |
message | Message |
|
get |
Gets the command part of the message. "ABC" part of "/ABC Qwerty" as example. This is always upper-case.
|
get |
Gets the command arguments part of the message. "Qwerty" part of the "/ABC Qwerty" as example.
|
get |
Gets if this is a command by checking if the message starts with "/".
|
get |
Gets the message that the user sent.
|
get |
Gets the user.