Space Engineers
Public Member Functions | Static Public Member Functions | Properties | List of all members
Sandbox.Game.Entities.Character.MyChatHistory Class Reference

Public Member Functions

 MyChatHistory (long identityId)
 
 MyChatHistory (MyObjectBuilder_ChatHistory chatBuilder)
 
void Init (MyObjectBuilder_ChatHistory chatBuilder)
 
MyObjectBuilder_ChatHistory GetObjectBuilder ()
 
void AddPlayerChatItem (MyPlayerChatItem chatItem, long senderId)
 
void AddGlobalChatItem (MyGlobalChatItem chatItem)
 

Static Public Member Functions

static string LongToBase64 (long valueToConvert)
 
static long Base64ToLong (string base64)
 

Properties

long IdentityId [get]
 Identifies the owner of this chat history More...
 
Dictionary< long, MyPlayerChatHistoryPlayerChatHistory [get]
 Chat history with other players. Key identifies the other member of the conversation (PlayerChatHistory.PlayerId). More...
 
MyGlobalChatHistory GlobalChatHistory [get]
 

Detailed Description

Definition at line 15 of file MyChatHistory.cs.

Constructor & Destructor Documentation

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

Definition at line 63 of file MyChatHistory.cs.

Sandbox.Game.Entities.Character.MyChatHistory.MyChatHistory ( MyObjectBuilder_ChatHistory  chatBuilder)
inline

Definition at line 71 of file MyChatHistory.cs.

Member Function Documentation

void Sandbox.Game.Entities.Character.MyChatHistory.AddGlobalChatItem ( MyGlobalChatItem  chatItem)
inline

Definition at line 134 of file MyChatHistory.cs.

void Sandbox.Game.Entities.Character.MyChatHistory.AddPlayerChatItem ( MyPlayerChatItem  chatItem,
long  senderId 
)
inline

Definition at line 114 of file MyChatHistory.cs.

static long Sandbox.Game.Entities.Character.MyChatHistory.Base64ToLong ( string  base64)
inlinestatic

Definition at line 23 of file MyChatHistory.cs.

MyObjectBuilder_ChatHistory Sandbox.Game.Entities.Character.MyChatHistory.GetObjectBuilder ( )
inline

Definition at line 98 of file MyChatHistory.cs.

void Sandbox.Game.Entities.Character.MyChatHistory.Init ( MyObjectBuilder_ChatHistory  chatBuilder)
inline

Definition at line 77 of file MyChatHistory.cs.

static string Sandbox.Game.Entities.Character.MyChatHistory.LongToBase64 ( long  valueToConvert)
inlinestatic

Definition at line 17 of file MyChatHistory.cs.

Property Documentation

MyGlobalChatHistory Sandbox.Game.Entities.Character.MyChatHistory.GlobalChatHistory
get

Definition at line 56 of file MyChatHistory.cs.

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

Identifies the owner of this chat history

Definition at line 35 of file MyChatHistory.cs.

Dictionary<long, MyPlayerChatHistory> Sandbox.Game.Entities.Character.MyChatHistory.PlayerChatHistory
get

Chat history with other players. Key identifies the other member of the conversation (PlayerChatHistory.PlayerId).

Definition at line 47 of file MyChatHistory.cs.


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