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

Public Member Functions

 MyPlayerChatHistory (long identityId)
 
 MyPlayerChatHistory (MyObjectBuilder_PlayerChatHistory chatBuilder)
 
MyObjectBuilder_PlayerChatHistory GetObjectBuilder ()
 

Protected Attributes

Queue< MyPlayerChatItemm_chat
 

Properties

Queue< MyPlayerChatItemChat [get]
 
long IdentityId [get]
 
int UnreadMessageCount [get, set]
 

Detailed Description

Definition at line 144 of file MyChatHistory.cs.

Constructor & Destructor Documentation

Sandbox.Game.Entities.Character.MyPlayerChatHistory.MyPlayerChatHistory ( long  identityId)
inline

Definition at line 171 of file MyChatHistory.cs.

Sandbox.Game.Entities.Character.MyPlayerChatHistory.MyPlayerChatHistory ( MyObjectBuilder_PlayerChatHistory  chatBuilder)
inline

Definition at line 177 of file MyChatHistory.cs.

Member Function Documentation

MyObjectBuilder_PlayerChatHistory Sandbox.Game.Entities.Character.MyPlayerChatHistory.GetObjectBuilder ( )
inline

Definition at line 196 of file MyChatHistory.cs.

Member Data Documentation

Queue<MyPlayerChatItem> Sandbox.Game.Entities.Character.MyPlayerChatHistory.m_chat
protected

Definition at line 146 of file MyChatHistory.cs.

Property Documentation

Queue<MyPlayerChatItem> Sandbox.Game.Entities.Character.MyPlayerChatHistory.Chat
get

Definition at line 148 of file MyChatHistory.cs.

long Sandbox.Game.Entities.Character.MyPlayerChatHistory.IdentityId
get

Definition at line 157 of file MyChatHistory.cs.

int Sandbox.Game.Entities.Character.MyPlayerChatHistory.UnreadMessageCount
getset

Definition at line 166 of file MyChatHistory.cs.


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