Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.ChatLogEntry Class Reference

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/>

Detailed Description

Class that holds the information for a single line of the games log.

Member Function Documentation

◆ Respond()

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.

Parameters
message

◆ ToString()

override string ff14bot.Managers.ChatLogEntry.ToString ( )

Property Documentation

◆ Bytes

byte [] ff14bot.Managers.ChatLogEntry.Bytes
getset

Raw bytes of the message.

◆ ByteString

string ff14bot.Managers.ChatLogEntry.ByteString
get

inheritdoc/>

◆ Contents

string ff14bot.Managers.ChatLogEntry.Contents
getset

Message contents.

◆ FullLine

string ff14bot.Managers.ChatLogEntry.FullLine
getset

Full log line.

◆ MessageType

MessageType ff14bot.Managers.ChatLogEntry.MessageType
getset

Type of message.

◆ SenderDisplayName

string ff14bot.Managers.ChatLogEntry.SenderDisplayName
getset

What is displayed on the chat window.

◆ SenderReplyName

string ff14bot.Managers.ChatLogEntry.SenderReplyName
getset

Name to use if sending a reply.

◆ TimeStamp

DateTime ff14bot.Managers.ChatLogEntry.TimeStamp
getset

Time that the message was sent.