Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.Entities.Character.MyPlayerChatItem Class Reference

Public Member Functions

 MyPlayerChatItem ()
 
 MyPlayerChatItem (string text, long identityId, long timestampMs, bool sent)
 
 MyPlayerChatItem (string text, long identityId, TimeSpan timestamp, bool sent)
 
void Init (MyObjectBuilder_PlayerChatItem chatBuilder)
 
MyObjectBuilder_PlayerChatItem GetObjectBuilder ()
 

Public Attributes

string Text
 
long IdentityId
 
TimeSpan Timestamp
 
bool Sent
 

Detailed Description

Definition at line 350 of file MyChatHistory.cs.

Constructor & Destructor Documentation

Sandbox.Game.Entities.Character.MyPlayerChatItem.MyPlayerChatItem ( )
inline

Definition at line 357 of file MyChatHistory.cs.

Sandbox.Game.Entities.Character.MyPlayerChatItem.MyPlayerChatItem ( string  text,
long  identityId,
long  timestampMs,
bool  sent 
)
inline

Definition at line 361 of file MyChatHistory.cs.

Sandbox.Game.Entities.Character.MyPlayerChatItem.MyPlayerChatItem ( string  text,
long  identityId,
TimeSpan  timestamp,
bool  sent 
)
inline

Definition at line 366 of file MyChatHistory.cs.

Member Function Documentation

MyObjectBuilder_PlayerChatItem Sandbox.Game.Entities.Character.MyPlayerChatItem.GetObjectBuilder ( )
inline

Definition at line 382 of file MyChatHistory.cs.

void Sandbox.Game.Entities.Character.MyPlayerChatItem.Init ( MyObjectBuilder_PlayerChatItem  chatBuilder)
inline

Definition at line 374 of file MyChatHistory.cs.

Member Data Documentation

long Sandbox.Game.Entities.Character.MyPlayerChatItem.IdentityId

Definition at line 353 of file MyChatHistory.cs.

bool Sandbox.Game.Entities.Character.MyPlayerChatItem.Sent

Definition at line 355 of file MyChatHistory.cs.

string Sandbox.Game.Entities.Character.MyPlayerChatItem.Text

Definition at line 352 of file MyChatHistory.cs.

TimeSpan Sandbox.Game.Entities.Character.MyPlayerChatItem.Timestamp

Definition at line 354 of file MyChatHistory.cs.


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