ForgeDocs
Documentation for the forge framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Forge.Networking.Chat.ReceivedChatMessage Struct Reference

A chat message that has been received. More...

Public Attributes

DateTime RecieveTime
 The time that the message was received. More...
 
Player Sender
 The player that sent the message. More...
 
string Content
 The content of the message. More...
 

Detailed Description

A chat message that has been received.

Member Data Documentation

string Forge.Networking.Chat.ReceivedChatMessage.Content

The content of the message.

DateTime Forge.Networking.Chat.ReceivedChatMessage.RecieveTime

The time that the message was received.

Player Forge.Networking.Chat.ReceivedChatMessage.Sender

The player that sent the message.


The documentation for this struct was generated from the following file: