Rebornbuddy
|
Class that holds the information for a single line of the games log. More...
Public Member Functions | |
override string | ToString () |
void | Respond (string message) |
Respond to incoming message FreeCompany,Say,Shout,Yell,and LinkShells all respond on that channel Tells and all GM Messages respond in private. |
Properties | |
byte[] | Bytes [get, set] |
Raw bytes of the message. | |
MessageType | MessageType [get, set] |
Type of message. | |
string | FullLine [get, set] |
Full log line. | |
string | Contents [get, set] |
Message contents. | |
DateTime | TimeStamp [get, set] |
Time that the message was sent. | |
string | SenderDisplayName [get, set] |
What is displayed on the chat window. | |
string | SenderReplyName [get, set] |
Name to use if sending a reply. | |
string | ByteString [get] |
inheritdoc/> |
Class that holds the information for a single line of the games log.
void ff14bot.Managers.ChatLogEntry.Respond | ( | string | message | ) |
Respond to incoming message FreeCompany,Say,Shout,Yell,and LinkShells all respond on that channel Tells and all GM Messages respond in private.
message |
override string ff14bot.Managers.ChatLogEntry.ToString | ( | ) |
|
getset |
Raw bytes of the message.
|
get |
inheritdoc/>
|
getset |
Message contents.
|
getset |
Full log line.
|
getset |
Type of message.
|
getset |
What is displayed on the chat window.
|
getset |
Name to use if sending a reply.
|
getset |
Time that the message was sent.