Space Engineers
Public Attributes | List of all members
VRage.Game.MyObjectBuilder_FactionChatItem Class Reference
Inheritance diagram for VRage.Game.MyObjectBuilder_FactionChatItem:
VRage.ObjectBuilders.MyObjectBuilder_Base

Public Attributes

string Text
 
long IdentityIdUniqueNumber
 
long TimestampMs
 
List< long > PlayersToSendToUniqueNumber
 
List< bool > IsAlreadySentTo
 

Additional Inherited Members

- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
bool ShouldSerializeSubtypeId ()
 
void Save (string filepath)
 
virtual MyObjectBuilder_Base Clone ()
 
- Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
MyStringHash SubtypeId [get]
 
string SubtypeName [get, set]
 
MyObjectBuilderType TypeId [get]
 

Detailed Description

Definition at line 76 of file MyObjectBuilder_ChatHistory.cs.

Member Data Documentation

long VRage.Game.MyObjectBuilder_FactionChatItem.IdentityIdUniqueNumber

Definition at line 83 of file MyObjectBuilder_ChatHistory.cs.

List<bool> VRage.Game.MyObjectBuilder_FactionChatItem.IsAlreadySentTo

Definition at line 92 of file MyObjectBuilder_ChatHistory.cs.

List<long> VRage.Game.MyObjectBuilder_FactionChatItem.PlayersToSendToUniqueNumber

Definition at line 89 of file MyObjectBuilder_ChatHistory.cs.

string VRage.Game.MyObjectBuilder_FactionChatItem.Text

Definition at line 80 of file MyObjectBuilder_ChatHistory.cs.

long VRage.Game.MyObjectBuilder_FactionChatItem.TimestampMs

Definition at line 86 of file MyObjectBuilder_ChatHistory.cs.


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